init code
This commit is contained in:
11
api_gateway/docker-compose.gateway.yaml
Normal file
11
api_gateway/docker-compose.gateway.yaml
Normal 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变量
|
Reference in New Issue
Block a user