File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ version : ' 3.9'
2
+ services :
3
+ time-tracker-ui :
4
+ container_name : timetracker_ui
5
+ image : timetracker_ui
6
+ build :
7
+ target : development
8
+ context : .
9
+ dockerfile : ./Dockerfile
10
+ ports :
11
+ - 4200:4200
12
+ - 9876:9876
13
+ environment :
14
+ CHROME_BIN : /opt/google/chrome/google-chrome
15
+ AUTHORITY : ${AUTHORITY}
16
+ CLIENT_ID : ${CLIENT_ID}
17
+ SCOPES : ${SCOPES}
18
+ STACK_EXCHANGE_ID : ${STACK_EXCHANGE_ID}
19
+ STACK_EXCHANGE_ACCESS_TOKEN : ${STACK_EXCHANGE_ACCESS_TOKEN}
20
+ AZURE_APP_CONFIGURATION_CONNECTION_STRING : ${AZURE_APP_CONFIGURATION_CONNECTION_STRING}
21
+ AUTHORITY_JSON : ${AUTHORITY_JSON}
22
+ CLIENT_ID_JSON : ${CLIENT_ID_JSON}
23
+ SCOPES_JSON : ${SCOPES_JSON}
24
+ # volumes:
25
+ # # - ./src:/home/timetracker/time-tracker-ui/src/
26
+ # # - ./scripts:/home/timetracker/time-tracker-ui/scripts/
27
+ # # - ./e2e:/home/timetracker/time-tracker-ui/e2e/
28
+ # # - ./coverage:/home/timetracker/time-tracker-ui/coverage
29
+ # # - ./angular.json:/home/timetracker/time-tracker-ui/angular.json
30
+ # # - ./karma.conf.js:/home/timetracker/time-tracker-ui/karma.conf.js
31
+ # # - ./package.json:/home/timetracker/time-tracker-ui/package.json
32
+ # # - ./webpack.config.js:/home/timetracker/time-tracker-ui/webpack.config.js
You can’t perform that action at this time.
0 commit comments