Update HTTPS port configuration and add cloudflared setup in Docker Compose

This commit is contained in:
2026-04-26 15:35:29 +02:00
parent 4971bc859b
commit 45b69e5ddb
6 changed files with 56 additions and 97 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ services:
condition: service_started
ports:
- "${INVENTAR_HTTP_PORT:-80}:80"
- "${INVENTAR_HTTPS_PORT:-443}:443"
- "${INVENTAR_HTTPS_PORT:-8000}:8000"
volumes:
- ./docker/nginx/multitenant.conf:/etc/nginx/conf.d/default.conf:ro
- ./certs:/etc/nginx/certs:ro