Skip to content

Commit

Permalink
[backend] Add NEST_PUBLIC_API_URL environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kotto5 committed Jan 21, 2024
1 parent 2529dfc commit 6f65caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ services:
TWO_FACTOR_AUTHENTICATION_APP_NAME: ${TWO_FACTOR_AUTHENTICATION_APP_NAME}
OAUTH_42_CLIENT_ID: ${OAUTH_42_CLIENT_ID}
OAUTH_42_CLIENT_SECRET: ${OAUTH_42_CLIENT_SECRET}
NEST_PUBLIC_API_URL: ${PUBLIC_API_URL}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:${BACKEND_PORT}/api"]
interval: 5s
Expand Down

0 comments on commit 6f65caa

Please sign in to comment.