保留最新代码,清除历史记录

This commit is contained in:
vipg
2025-10-09 18:19:57 +08:00
commit b44e40f25d
77 changed files with 4115 additions and 0 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变量