Fix SSL docker issues

This commit is contained in:
LukeGus
2025-09-25 23:55:06 -05:00
parent edbc2b978c
commit 092c8e4218
4 changed files with 71 additions and 33 deletions

View File

@@ -16,9 +16,9 @@ services:
restart: unless-stopped
ports:
# HTTP port (redirects to HTTPS if SSL enabled)
- "${PORT:-8080}:8080"
- "${PORT:-8080}:${PORT:-8080}"
# HTTPS port (when SSL is enabled)
- "${SSL_PORT:-8443}:8443"
- "${SSL_PORT:-8443}:${SSL_PORT:-8443}"
volumes:
- termix-data:/app/data
- termix-config:/app/config # Auto-generated .env keys are persisted here