init code

This commit is contained in:
fish
2025-10-03 16:39:24 +08:00
parent d3008ab9f5
commit 1e9cdda192
61 changed files with 3196 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变量