Skip to content

Commit

Permalink
fix(infra): provide default value for COUNTRY
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Oct 17, 2024
1 parent aec1c82 commit 0b8c401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ services:
- LOGIN_URL=https://login.{{hostname}}
- CLIENT_APP_URL=https://register.{{hostname}}
- DOMAIN={{hostname}}
- COUNTRY=${COUNTRY}
- COUNTRY=${COUNTRY:-FAR}
deploy:
labels:
- 'traefik.enable=true'
Expand Down

0 comments on commit 0b8c401

Please sign in to comment.