Skip to content

Commit

Permalink
build: add CENTRAL_DOMAIN_OVERRIDE param, used for tunnelling
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 23, 2024
1 parent 4b76b4d commit ca6e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:
central-db:
condition: service_healthy
environment:
- DOMAIN=odk.${FMTM_DOMAIN}:${FMTM_DEV_PORT:-7050}
- DOMAIN=${CENTRAL_DOMAIN_OVERRIDE:-odk.${FMTM_DOMAIN}:${FMTM_DEV_PORT:-7050}}
- SSL_TYPE=upstream
- SYSADMIN_EMAIL=${ODK_CENTRAL_USER}
- SYSADMIN_PASSWD=${ODK_CENTRAL_PASSWD}
Expand Down

0 comments on commit ca6e5a2

Please sign in to comment.