update docker-compose.dev.yml.

Signed-off-by: 唐永川 <tangyongchuan@shopex.cn>
This commit is contained in:
唐永川
2026-07-14 06:01:27 +00:00
committed by Gitee
parent 37bd20b30d
commit 170e2864a3

View File

@@ -55,11 +55,14 @@ services:
container_name: ecshopx-web-frontend
restart: unless-stopped
working_dir: /data/httpd/ECShopX_web-frontend
command: sh -c "tail -f /dev/null"
command: sh /data/httpd/ECShopX/docker-dev/web-entrypoint.sh
volumes:
- ..:/data/httpd
environment:
- TZ=Asia/Shanghai
- NUXT_WAIT_INTERVAL=10
# SSR 走容器内网访问 API不影响管理后台
- NUXT_API_BASE=http://ecshopx-dev:8080/api/h5app
networks:
- ecshopx-dev-network