diff --git a/infrastructure/docker-compose.deploy.yml b/infrastructure/docker-compose.deploy.yml index d1985f14..682c3210 100644 --- a/infrastructure/docker-compose.deploy.yml +++ b/infrastructure/docker-compose.deploy.yml @@ -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'