merge tutor updates #82

Merged
Maece97 merged 13 commits from main into dev 2021-11-21 11:14:40 +00:00
Showing only changes of commit b4efa1ee54 - Show all commits

View File

@ -94,7 +94,7 @@ services:
ME_CONFIG_MONGODB_SERVER: mongodb
labels:
- "traefik.enable=true"
- "traefik.http.routers.dbadmin.rule=Host(`dbadmin1.${PUB_IP}.nip.io`)"
- "traefik.http.routers.dbadmin.rule=Host(`dbadmin.${PUB_IP}.nip.io`)"
- "traefik.http.routers.dbadmin.service=dbadmin"
- "traefik.http.services.dbadmin.loadbalancer.server.port=8081"
- "traefik.http.routers.dbadmin.tls=true"