Skip to content

Commit

Permalink
added env file to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Dec 12, 2024
1 parent f3f7ea2 commit 39e76d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ services:
- "com.centurylinklabs.watchtower.scope=orservice"
healthcheck:
test: "curl --fail --silent --max-time 5 localhost:5173 || exit 1"
environment:
- REACT_APP_USER_POOL_ID = ${USER_POOL_ID}
- REACT_APP_CLIENT_ID = ${CLIENT_ID}
depends_on:
- orservice_backend
wt:
Expand Down

0 comments on commit 39e76d0

Please sign in to comment.