Skip to content

Instantly share code, notes, and snippets.

@ChechoCZ
Created March 6, 2020 18:29
Show Gist options
  • Save ChechoCZ/db04de7ee3cf4979453baa63897eab14 to your computer and use it in GitHub Desktop.
Save ChechoCZ/db04de7ee3cf4979453baa63897eab14 to your computer and use it in GitHub Desktop.
version: '3'
services:
mongo:
image: mongo
ports:
- 27017:27017
compras:
build: ./compras
ports:
- 3000:3000
depends_on:
- mongo
- avisos
environment:
- MONGO_URL=mongodb://mongo/todocartoes
avisos:
build: ./avisos
ports:
- 3001:3001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment