fix: 时区限制

This commit is contained in:
tim
2025-10-01 15:38:12 +08:00
parent 12bc405856
commit 6f9570dc95

View File

@@ -114,13 +114,13 @@ services:
# Java spring boot service (开发便捷镜像,后续可换成打包镜像)
springboot:
TZ: "Asia/Shanghai"
image: maven:3.9-eclipse-temurin-17
container_name: ${COMPOSE_PROJECT_NAME}-openisle-springboot
working_dir: /app
env_file:
- ${ENV_FILE:-../.env}
environment:
TZ: "Asia/Shanghai"
SPRING_HEALTH_PATH: ${SPRING_HEALTH_PATH:-/actuator/health}
SERVER_PORT: ${SERVER_PORT:-8080}
RABBITMQ_PORT: 5672