Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar committed Oct 27, 2023
1 parent 64c8438 commit 328d798
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions infrastructure/docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,8 @@ services:
- APN_SERVICE_URL=http://apm-server:8200
- COUNTRY_LOGO_URL=https://countryconfig.{{hostname}}/content/country-logo
- LOGIN_URL=https://login.{{hostname}}
- CLIENT_APP_URL='https://register.{{hostname}}'
- CLIENT_APP_URL=https://register.{{hostname}}
- DOMAIN={{hostname}}
networks:
- overlay_net
logging:
Expand Down Expand Up @@ -595,7 +596,8 @@ services:
- CERT_PUBLIC_KEY_PATH=/run/secrets/jwt-public-key.{{ts}}
- LOGIN_URL=https://login.{{hostname}}
- COUNTRY_CONFIG_URL=https://countryconfig.{{hostname}}
- CLIENT_APP_URL='https://register.{{hostname}}'
- CLIENT_APP_URL=https://register.{{hostname}}
- DOMAIN={{hostname}}
deploy:
labels:
- 'traefik.enable=true'
Expand Down Expand Up @@ -662,7 +664,8 @@ services:
- APN_SERVICE_URL=http://apm-server:8200
- CERT_PUBLIC_KEY_PATH=/run/secrets/jwt-public-key.{{ts}}
- LOGIN_URL=https://login.{{hostname}}
- CLIENT_APP_URL='https://register.{{hostname}}'
- CLIENT_APP_URL=https://register.{{hostname}}
- DOMAIN={{hostname}}
deploy:
labels:
- 'traefik.enable=true'
Expand Down Expand Up @@ -791,7 +794,8 @@ services:
- CERT_PUBLIC_KEY_PATH=/run/secrets/jwt-public-key.{{ts}}
- MONGO_URL=mongodb://config:${CONFIG_MONGODB_PASSWORD}@mongo1/application-config?replicaSet=rs0
- LOGIN_URL=https://login.{{hostname}}
- CLIENT_APP_URL='https://register.{{hostname}}'
- CLIENT_APP_URL=https://register.{{hostname}}
- DOMAIN={{hostname}}
deploy:
labels:
- 'traefik.enable=true'
Expand Down

0 comments on commit 328d798

Please sign in to comment.