Skip to content

Commit

Permalink
Merge pull request #19 from opencrvs/fix-compose
Browse files Browse the repository at this point in the history
fix: update country config internal path
  • Loading branch information
Nil20 authored Nov 15, 2024
2 parents 1301045 + 0e6611f commit 2877e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker-compose.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ services:
- CERT_PUBLIC_KEY_PATH=/run/secrets/jwt-public-key.{{STACK}}.{{ts}}
- LOGIN_URL=https://login.${STACK}.{{hostname}}
- COUNTRY_CONFIG_URL=https://countryconfig.${STACK}.{{hostname}}
- COUNTRY_CONFIG_URL_INTERNAL=https://countryconfig.${STACK}.{{hostname}}
- COUNTRY_CONFIG_URL_INTERNAL=http://countryconfig.{{STACK}}_app_net:3040/
- CLIENT_APP_URL=https://register.${STACK}.{{hostname}}
- DOMAIN=${STACK}.{{hostname}}
- REDIS_HOST=redis.${STACK}_app_net
Expand Down

0 comments on commit 2877e8b

Please sign in to comment.