Skip to content

Instantly share code, notes, and snippets.

@omirobarcelo
Created September 20, 2024 06:25
Show Gist options
  • Save omirobarcelo/d9c42be9172f0152134ff6402bfd25d4 to your computer and use it in GitHub Desktop.
Save omirobarcelo/d9c42be9172f0152134ff6402bfd25d4 to your computer and use it in GitHub Desktop.
Minimal Puppeteer Docker Compose
services:
minimal:
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile.minimal
environment:
- NODE_ENV=LOCAL
- DOCKER=true
- SERVICE=RENTALCARS
volumes:
- ./output:/app/output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment