mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-07-21 12:06:18 +00:00
fix: 容器port修改
This commit is contained in:
@@ -121,6 +121,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
SPRING_HEALTH_PATH: ${SPRING_HEALTH_PATH:-/actuator/health}
|
SPRING_HEALTH_PATH: ${SPRING_HEALTH_PATH:-/actuator/health}
|
||||||
SERVER_PORT: ${SERVER_PORT:-8080}
|
SERVER_PORT: ${SERVER_PORT:-8080}
|
||||||
|
RABBITMQ_PORT: 5672
|
||||||
|
OPENSEARCH_PORT: 9200
|
||||||
|
MYSQL_PORT: 3306
|
||||||
|
REDIS_PORT: 6379
|
||||||
ports:
|
ports:
|
||||||
- "${SERVER_PORT:-8080}:${SERVER_PORT:-8080}"
|
- "${SERVER_PORT:-8080}:${SERVER_PORT:-8080}"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -159,6 +163,7 @@ services:
|
|||||||
WS_HEALTH_PATH: ${WS_HEALTH_PATH:-/actuator/health}
|
WS_HEALTH_PATH: ${WS_HEALTH_PATH:-/actuator/health}
|
||||||
WEBSOCKET_PORT: ${WEBSOCKET_PORT:-8082}
|
WEBSOCKET_PORT: ${WEBSOCKET_PORT:-8082}
|
||||||
SERVER_PORT: ${WEBSOCKET_PORT:-8082}
|
SERVER_PORT: ${WEBSOCKET_PORT:-8082}
|
||||||
|
RABBITMQ_PORT: 5672
|
||||||
ports:
|
ports:
|
||||||
- "${WEBSOCKET_PORT:-8082}:${WEBSOCKET_PORT:-8082}"
|
- "${WEBSOCKET_PORT:-8082}:${WEBSOCKET_PORT:-8082}"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user