mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
fixed syntax for heimdall
This commit is contained in:
@@ -22,9 +22,9 @@ services:
|
||||
volumes:
|
||||
- heimdall:/config
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.${PREFIX}_heimdall.rule=Host(`${HEIMDALL_DOMAIN_NAME}`)"
|
||||
- "traefik.http.routers.${PREFIX}_heimdall.entrypoints=websecure"
|
||||
- "traefik.http.routers.${PREFIX}_heimdall.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.services.${PREFIX}_heimdall.loadbalancer.server.port=80"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.${PREFIX}_heimdall.rule=Host(`${HEIMDALL_DOMAIN_NAME}`)"
|
||||
- "traefik.http.routers.${PREFIX}_heimdall.entrypoints=websecure"
|
||||
- "traefik.http.routers.${PREFIX}_heimdall.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.services.${PREFIX}_heimdall.loadbalancer.server.port=80"
|
||||
|
||||
Reference in New Issue
Block a user