feat(docker): update volume mapping for datasync application

- Changed volume mapping from java to datasync directory
- Updated mount path from /opt/hsz/java to /opt/hsz/datasync
- Maintained existing environment configurations
- Preserved network and profile settings
master
李一帆 2025-11-18 14:07:05 +08:00
parent f18ccd1b32
commit 1af30dc3e9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ services:
networks:
- tsg-bridge
volumes:
- /opt/hsz/java:/app
- /opt/hsz/datasync:/app
environment:
- SPRING_PROFILES_ACTIVE=prod
- TZ=Asia/Shanghai