fix: Nginx SSL support for Apache proxy

This commit is contained in:
jade
2026-07-24 17:44:23 +09:00
parent c69f11e1c9
commit fa268edf7d
4 changed files with 36 additions and 25 deletions

View File

@@ -46,13 +46,13 @@ services:
nginx:
image: nginx:latest
ports:
- "8281:8281"
- "8282:8282"
- "8282:8282"
- "8283:8283"
- "8284:8284"
- "8285:8285"
volumes:
- ./nginx/conf.d:/etc/nginx/conf.d
- ./nginx/ssl:/etc/nginx/ssl
depends_on:
redis:
condition: service_healthy
@@ -172,6 +172,8 @@ services:
build:
context: .
dockerfile: dap-gateway/Dockerfile
ports:
- "8281:8081"
volumes:
- ./:/src
depends_on:
@@ -270,4 +272,6 @@ services:
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}