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 settingsmaster
parent
f18ccd1b32
commit
1af30dc3e9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue