Skip to content

Instantly share code, notes, and snippets.

@Signorini
Last active June 28, 2018 21:53
Show Gist options
  • Save Signorini/c0b10b905b0ed816f7f1c1d10c667f73 to your computer and use it in GitHub Desktop.
Save Signorini/c0b10b905b0ed816f7f1c1d10c667f73 to your computer and use it in GitHub Desktop.
docker-compose server
server:
image: maestroserver/server-maestro
ports:
- "8888:8888"
environment:
- "MAESTRO_MONGO_URI=mongodb/maestro-client"
- "MAESTRO_DISCOVERY_URI=http://discovery:5000"
- "MAESTRO_REPORT_URI=http://reports:5005"
- "SMTP_PORT=25"
- "SMTP_HOST=maildev"
- "[email protected]"
- "SMTP_IGNORE=true"
depends_on:
- mongodb
- discovery
- reports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment