Skip to content

Commit 128d71d

Browse files
fix: TT-511 add missing environment variables
1 parent ff75680 commit 128d71d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ services:
1616
STACK_EXCHANGE_ID: ${STACK_EXCHANGE_ID}
1717
STACK_EXCHANGE_ACCESS_TOKEN: ${STACK_EXCHANGE_ACCESS_TOKEN}
1818
AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${AZURE_APP_CONFIGURATION_CONNECTION_STRING}
19+
AUTHORITY_JSON: ${AUTHORITY_JSON}
20+
CLIENT_ID_JSON: ${CLIENT_ID_JSON}
21+
SCOPES_JSON: ${SCOPES_JSON}
1922
working_dir: /time-tracker-ui
2023
command: bash -c "npm run config && /time-tracker-ui/node_modules/.bin/ng serve --host 0.0.0.0 --disableHostCheck"
2124
volumes:

0 commit comments

Comments
 (0)