fix: 容器port修改

This commit is contained in:
tim
2025-09-30 15:09:59 +08:00
parent 9dc9ca9bd8
commit 181ac7bc8f

View File

@@ -121,6 +121,10 @@ services:
environment:
SPRING_HEALTH_PATH: ${SPRING_HEALTH_PATH:-/actuator/health}
SERVER_PORT: ${SERVER_PORT:-8080}
RABBITMQ_PORT: 5672
OPENSEARCH_PORT: 9200
MYSQL_PORT: 3306
REDIS_PORT: 6379
ports:
- "${SERVER_PORT:-8080}:${SERVER_PORT:-8080}"
volumes:
@@ -159,6 +163,7 @@ services:
WS_HEALTH_PATH: ${WS_HEALTH_PATH:-/actuator/health}
WEBSOCKET_PORT: ${WEBSOCKET_PORT:-8082}
SERVER_PORT: ${WEBSOCKET_PORT:-8082}
RABBITMQ_PORT: 5672
ports:
- "${WEBSOCKET_PORT:-8082}:${WEBSOCKET_PORT:-8082}"
volumes: