Update core docker-compose.yml to match working local configuration

- Change sablier volumes to use ./shared-ca:/certs:ro (matches script generation)
- Fix x-dockge URLs to use http:// for local access and correct variable syntax
- Ensure consistency with local working setup
This commit is contained in:
Kelin
2026-01-28 03:24:26 -05:00
parent 9ac61658a4
commit d62ea7f3df

View File

@@ -119,7 +119,7 @@ services:
- DOCKER_TLS_VERIFY=1
- DOCKER_CERT_PATH=/certs
volumes:
- ./sablier-certs:/certs:ro
- ./shared-ca:/certs:ro
ports:
- 10000:10000
labels:
@@ -134,6 +134,6 @@ networks:
x-dockge:
urls:
- https://auth.${DOMAIN}
- https://${SERVER_IP}:9091
- http://${SERVER_IP}:9091
- https://traefik.${DOMAIN}
- https://${SERVER_IP}:8080
- http://${SERVER_IP}:8080