Skip to content

Instantly share code, notes, and snippets.

@Signorini
Created June 28, 2018 21:56
Show Gist options
  • Save Signorini/299808c242cee4e50b7ce786854c2ec5 to your computer and use it in GitHub Desktop.
Save Signorini/299808c242cee4e50b7ce786854c2ec5 to your computer and use it in GitHub Desktop.
Client - Maestro Server
client:
image: maestroserver/client-maestro
ports:
- "80:80"
environment:
- "API_URL=http://localhost:8888"
- "STATIC_URL=http://localhost:8888/static/"
depends_on:
- server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment