fix: drop for now (DNS not in place)

This commit is contained in:
decentral1se 2021-10-11 01:37:37 +02:00
parent 9eb8b67066
commit cd4c2fb533
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.services.recipes.loadbalancer.server.port=80"
- "traefik.http.routers.recipes.rule=Host(`apps.coopcloud.tech`, `recipes.coopcloud.tech`)"
- "traefik.http.routers.recipes.rule=Host(`apps.coopcloud.tech`)"
- "traefik.http.routers.recipes.entrypoints=web-secure"
- "traefik.http.routers.recipes.tls.certresolver=production"