mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
654 B
18 lines
654 B
# If KVM1's existing reverse proxy is Traefik, ADD these labels to the `app`
|
|
# service in docker-compose.behind-proxy.yml (and remove the `ports:` mapping
|
|
# so the app stays on the docker network only).
|
|
#
|
|
# Adjust `traefik-public` to match the existing Traefik network name.
|
|
|
|
labels:
|
|
- "traefik.enable=true"
|
|
- "traefik.docker.network=traefik-public"
|
|
- "traefik.http.routers.docuseal.rule=Host(`e-sign.360dmmc.com`)"
|
|
- "traefik.http.routers.docuseal.entrypoints=websecure"
|
|
- "traefik.http.routers.docuseal.tls.certresolver=letsencrypt"
|
|
- "traefik.http.services.docuseal.loadbalancer.server.port=3000"
|
|
|
|
networks:
|
|
- traefik-public
|
|
- default
|