Fix resolver in docker compose
All checks were successful
Build and Deploy Astro Landing / deploy (push) Successful in 1m51s
All checks were successful
Build and Deploy Astro Landing / deploy (push) Successful in 1m51s
This commit is contained in:
parent
da35af4256
commit
d1b5e4518a
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ services:
|
|||
- traefik_proxy
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.midcreative.rule=Host(`midcreative.eu`) || Host(`www.midcreative.eu`)"
|
||||
- "traefik.http.routers.midcreative.rule=Host(`midcreative.eu`)"
|
||||
- "traefik.http.routers.midcreative.entrypoints=websecure"
|
||||
- "traefik.http.routers.midcreative.tls=true"
|
||||
- "traefik.http.routers.midcreative.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.routers.midcreative.tls.certresolver=myresolver"
|
||||
- "traefik.http.services.midcreative.loadbalancer.server.port=4321"
|
||||
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue