Skip to content

Commit a186749

Browse files
authored
Merge pull request #97 from opencrvs/fix/add-config-url
fix: add missing url to get servers up
2 parents 2254430 + d80d5ee commit a186749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/docker-compose.app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ services:
310310
- COUNTRY_CONFIG_URL=http://countryconfig.{{STACK}}_app_net:3040
311311
- AUTH_URL=http://auth.{{STACK}}_app_net:4040
312312
- APN_SERVICE_URL=http://dependencies_apm-server:8200
313+
- CONFIG_URL=http://config.{{STACK}}_app_net:2021
313314
networks:
314315
app_net:
315316
dependencies_postgres_net:

0 commit comments

Comments
 (0)