This commit is contained in:
vipg
2025-10-09 16:03:05 +08:00
parent 43708f594a
commit f14fb2d098
54 changed files with 0 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
services:
user_gateway:
image: user-gateway-api:1.0.0
container_name: api_user_gateway
restart: always
ports:
- "20000:80"
networks:
- user-network
environment:
GATEWAY_PORT: ${GATEWAY_PORT} # 引用.env变量