This commit is contained in:
Anfioo
2025-12-10 20:14:01 +08:00
parent 2d847f3660
commit dbad2303d2
62 changed files with 1269 additions and 1259 deletions

View File

@@ -374,6 +374,7 @@ services:
# 挂载 Docker 卷用于持久化
- web-property-data:/MicroCommunityWeb
- web-property-conf:/etc/nginx
- web-property-logs:/var/log/
environment:
TZ: Asia/Bangkok
networks:
@@ -571,6 +572,12 @@ volumes:
type: none
device: ${VOLUMES_USE}/web-property-conf
o: bind
web-property-logs:
driver: local
driver_opts:
type: none
device: ${VOLUMES_USE}/web-property-logs
o: bind
web-property-staff-data:
driver: local