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:
|
networks:
|
||||||
- tsg-bridge
|
- tsg-bridge
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/hsz/java:/app
|
- /opt/hsz/datasync:/app
|
||||||
environment:
|
environment:
|
||||||
- SPRING_PROFILES_ACTIVE=prod
|
- SPRING_PROFILES_ACTIVE=prod
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue