refactor(docker): update port configuration and remove docker-compose

This commit is contained in:
2025-10-20 11:35:31 +08:00
parent cb34c927d4
commit 266b10a23b
2 changed files with 2 additions and 17 deletions

View File

@@ -1,15 +0,0 @@
version: '3.8'
networks:
proxy-net:
external: true # 使用已存在的 proxy-net 网络
services:
teres_web_frontend:
image: ${TE_FE_IMAGE_NAME}
container_name: teres_web_frontend
networks:
- proxy-net # 加入 NPM 的网络
ports:
- "5173:80" # 将容器内的80端口映射到主机的5173端口
restart: unless-stopped