This commit is contained in:
wanghai
2026-06-12 19:55:13 +08:00
parent 1895a0fbd9
commit ffeaa23f01
34 changed files with 1089 additions and 354 deletions

View File

@@ -50,6 +50,19 @@ services:
networks:
- ecshopx-dev-network
ecshopx-web-frontend:
image: node:20.19.0-alpine
container_name: ecshopx-web-frontend
restart: unless-stopped
working_dir: /data/httpd/ECShopX_web-frontend
command: sh -c "tail -f /dev/null"
volumes:
- ..:/data/httpd
environment:
- TZ=Asia/Shanghai
networks:
- ecshopx-dev-network
volumes:
mysql_data:
name: ecshopx-dev-mysql