File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -260,3 +260,4 @@ fabric.properties
260260# Android studio 3.1+ serialized cache file
261261.idea /caches /build_file_checksums.ser
262262api.cfg
263+ * .env
Original file line number Diff line number Diff line change @@ -15,9 +15,19 @@ services:
1515 labels :
1616 - " traefik.enable=true"
1717 - " traefik.docker.network=proxy"
18- - " traefik.http.routers.getmarc-secure.rule=Host(`${FQDN }`)"
18+ - " traefik.http.routers.getmarc-secure.rule=Host(`${GETMARC_FQDN}`) || Host(`${AVDATABASE_FQDN }`)"
1919 - " traefik.http.routers.getmarc-secure.entrypoints=websecure"
2020 - " traefik.http.routers.getmarc-secure.tls=true"
21+
22+ # supposedly this shouldn't be needed - wonder
23+ # if because started running with just one cert?
24+ - " traefik.http.routers.getmarc-secure.tls.domains[0].main=${GETMARC_FQDN}"
25+ - " traefik.http.routers.getmarc-secure.tls.domains[0].sans=${AVDATABASE_FQDN}"
26+
27+ # this also shouldn't be needed if using default certresolver
28+ # Iw would think :/
29+ - " traefik.http.routers.getmarc-secure.tls.certresolver=letsencrypt"
30+
2131 - " traefik.http.services.getmarc-secure.loadbalancer.server.port=5000"
2232 - " traefik.http.services.getmarc-secure.loadbalancer.server.scheme=http"
2333 - " traefik.http.routers.getmarc-secure.middlewares=campus-ips-whitelist@file"
You can’t perform that action at this time.
0 commit comments