fixed compose file
This commit is contained in:
parent
714d6f7289
commit
269afbab01
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ services:
|
|||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.docker.network=traefik-net
|
||||
- traefik.http.routers.authentik.rule=Host(`matygift.togetherdays.cz`)
|
||||
- traefik.http.routers.authentik.entrypoints=websecure
|
||||
- traefik.http.routers.authentik.tls.certresolver=le
|
||||
- traefik.http.services.authentik.loadbalancer.server.port=3000
|
||||
- traefik.http.routers.maty-gift.rule=Host(`matygift.togetherdays.cz`)
|
||||
- traefik.http.routers.maty-gift.entrypoints=websecure
|
||||
- traefik.http.routers.maty-gift.tls.certresolver=le
|
||||
- traefik.http.services.maty-gift.loadbalancer.server.port=3000
|
||||
|
|
Loading…
Reference in a new issue