Skip to content

Instantly share code, notes, and snippets.

@anhnguyen1618
Created September 26, 2017 17:06
Show Gist options
  • Save anhnguyen1618/b4219e36f39707cc7fed9a56f20f83ab to your computer and use it in GitHub Desktop.
Save anhnguyen1618/b4219e36f39707cc7fed9a56f20f83ab to your computer and use it in GitHub Desktop.
(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