Skip to content

Instantly share code, notes, and snippets.

@christopherbauer
Created May 5, 2024 15:01
Show Gist options
  • Save christopherbauer/f01ed15084ef0e510f963ffc90cddda5 to your computer and use it in GitHub Desktop.
Save christopherbauer/f01ed15084ef0e510f963ffc90cddda5 to your computer and use it in GitHub Desktop.
services:
api:
build: ./api
ports:
- "3010:3000"
volumes:
- .:/app
environment:
- NODE_ENV=development
- PORT=3000
web:
build: ./web
ports:
- "8082:8080"
volumes:
- .:/app
environment:
- NODE_ENV=development
- PORT=8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment