Skip to content

Instantly share code, notes, and snippets.

@ngobach
Created August 14, 2017 16:54
Show Gist options
  • Save ngobach/2c3abda9f39614071044a19080eb0176 to your computer and use it in GitHub Desktop.
Save ngobach/2c3abda9f39614071044a19080eb0176 to your computer and use it in GitHub Desktop.
version: "3"
services:
database:
image: mongo:latest
networks:
bachnx:
server:
image: thanbaiks/mp3-server:latest
ports:
- 8000:8000
environment:
- MONGODB_HOST=database
- SECRET=a_Strongly_secret
- NODE_ENV=production
networks:
bachnx:
networks:
bachnx:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment