File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ RUN chmod +x /scripts/setup-odk.sh
33
33
34
34
COPY files/nginx/redirector.conf /usr/share/odk/nginx/
35
35
COPY files/nginx/common-headers.conf /usr/share/odk/nginx/
36
+ COPY files/nginx/odk.conf.template /usr/share/odk/nginx/
37
+ COPY files/nginx/client-config.json.template /usr/share/odk/nginx/
36
38
37
39
COPY --from=intermediate client/dist/ /usr/share/nginx/html
38
40
COPY --from=intermediate /tmp/version.txt /usr/share/nginx/html
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ services:
27
27
- SENTRY_ORG_SUBDOMAIN=example
28
28
- SSL_TYPE=selfsign
29
29
- OIDC_ENABLED=false
30
+ - ENKETO_URL=http://enketo:8005
31
+ - SERVICE_URL=http://service:8383
30
32
volumes :
31
33
- ../files/nginx/odk.conf.template:/usr/share/odk/nginx/odk.conf.template:ro
32
34
- ../files/nginx/client-config.json.template:/usr/share/odk/nginx/client-config.json.template:ro
You can’t perform that action at this time.
0 commit comments