Created
June 28, 2018 21:56
-
-
Save Signorini/299808c242cee4e50b7ce786854c2ec5 to your computer and use it in GitHub Desktop.
Client - Maestro Server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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