https 접속허용

This commit is contained in:
Macbook
2026-06-15 13:14:57 +09:00
parent 8922895ab7
commit 4fac987113
4 changed files with 33 additions and 34 deletions
-5
View File
@@ -114,13 +114,8 @@ services:
condition: service_healthy
ports:
- "${FRONTEND_PORT:-80}:80"
- "${FRONTEND_HTTPS_PORT:-443}:443"
volumes:
# Desktop updater latest.json·설치 파일 — Jenkins publish + nginx reload
- ./frontend/public/desktop/updates:/usr/share/nginx/html/desktop/updates:ro
# HTTPS — fullchain.pem + privkey.pem (scripts/setup-exdev-https.sh)
- ${SSL_CERT_DIR:-./docker/nginx/ssl}:/etc/nginx/ssl:ro
# Let's Encrypt HTTP-01 webroot
- ${CERTBOT_WEBROOT_DIR:-./docker/nginx/certbot-webroot}:/var/www/certbot:ro
networks:
- goldenchart-net