Skip to content

Commit

Permalink
fix: change gateway web url to internal swarm one (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 authored May 7, 2024
1 parent 544d0bb commit 0412d63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infrastructure/docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,9 @@ services:
- APN_SERVICE_URL=http://apm-server:8200
- COUNTRY_CONFIG_URL=https://countryconfig.{{hostname}}
- LOGIN_URL=https://login.{{hostname}}
- GATEWAY_URL=https://gateway.{{hostname}}
# This needs to be the internal swarm url
# as containers cannot connect to the web
- GATEWAY_URL=http://gateway:7070
- CLIENT_APP_URL=https://register.{{hostname}}
- NOTIFICATION_TRANSPORT=${NOTIFICATION_TRANSPORT}
- ALERT_EMAIL=${ALERT_EMAIL:-""}
Expand Down

0 comments on commit 0412d63

Please sign in to comment.