Added traefik config
This commit is contained in:
parent
ad6b755908
commit
97fee258f3
@ -12,6 +12,14 @@ 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"
|
||||||
|
- "traefik.http.services.workcalendar.loadbalancer.server.port=80"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
Loading…
x
Reference in New Issue
Block a user