Option to bypass container cert checks locally

This commit is contained in:
Kris Lamoureux 2024-12-30 20:25:01 -05:00
parent 0220de3650
commit 3321d1560b
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -17,6 +17,7 @@ services:
- --log.level=${LOG_LEVEL:-ERROR} - --log.level=${LOG_LEVEL:-ERROR}
- --entrypoints.web.address=:80 - --entrypoints.web.address=:80
- --entrypoints.local.address=:8443 - --entrypoints.local.address=:8443
- --traefik.serversTransport.insecureSkipVerify=true
ports: ports:
- "${WEB_PORT:-127.0.0.1:8000:80}" - "${WEB_PORT:-127.0.0.1:8000:80}"
- "${LOCAL_PORT:-127.0.0.1:8443:8443}" - "${LOCAL_PORT:-127.0.0.1:8443:8443}"