Added traefik config
This commit is contained in:
parent
ad6b755908
commit
ef40649446
@ -11,6 +11,13 @@ services:
|
||||
- APP_DEBUG=0
|
||||
networks:
|
||||
- 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:
|
||||
proxy:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user