Enable the service with traefik
This commit is contained in:
parent
0726462b8f
commit
f0743380b7
|
@ -21,6 +21,7 @@ services:
|
|||
traefik.http.routers.ocis.rule: Host(`${PUBLIC_URL}`)
|
||||
traefik.http.routers.ocis.tls: true
|
||||
traefik.http.routers.ocis.tls.certprovider: letsencrypt
|
||||
traefik.enable: true
|
||||
|
||||
networks:
|
||||
web:
|
||||
|
|
Loading…
Reference in a new issue