Added traefik config
This commit is contained in:
parent
ad6b755908
commit
ef40649446
@ -12,6 +12,13 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.workcalendar.rule=Host(`ftk.strolap.com`)"
|
||||||
|
- "traefik.http.routers.workcalendar.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.workcalendar.tls=true"
|
||||||
|
- "traefik.http.routers.workcalendar.tls.certresolver=strolap"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
Loading…
x
Reference in New Issue
Block a user