Skip to content

Instantly share code, notes, and snippets.

@alanhortz
Created September 28, 2021 08:35
Show Gist options
  • Save alanhortz/e2e9c4ea1f1b8c18c7b8fe302688b270 to your computer and use it in GitHub Desktop.
Save alanhortz/e2e9c4ea1f1b8c18c7b8fe302688b270 to your computer and use it in GitHub Desktop.
Node.js - Docker Compose - overridings for development
version: "3.8"
services:
api:
entrypoint: sh -c "npm run start-debug"
ports:
- "9229:9229"
expose:
- ${API_PORT}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment