Enable the service with traefik

This commit is contained in:
D. Scott Boggs 2023-09-02 07:32:41 -04:00
parent 0726462b8f
commit f0743380b7

View file

@ -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: