Created
September 26, 2017 17:06
-
-
Save anhnguyen1618/b4219e36f39707cc7fed9a56f20f83ab to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| (26 sloc) 827 Bytes | |
| version: '2' | |
| services: | |
| stara-frontend: | |
| build: | |
| context: . | |
| # Supply environment variables - use STARA prefix for the ones that go to UI | |
| environment: | |
| - MODE=development | |
| - STARA_BACKEND_URL=http://it-dl723-hki:8040/web | |
| # Angular accessible at localhost:10080 | |
| ports: | |
| - "10080:10080" | |
| - "10081:10081" | |
| # Mount angular volume for live editing | |
| volumes: | |
| - ./angular:/app/angular | |
| - /app/angular/src/assets/docs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment