[sheet-service] update network
This commit is contained in:
parent
a55882cb66
commit
605e99366a
1 changed files with 7 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ services:
|
|||
restart: always
|
||||
command: uvicorn main:app --host 0.0.0.0 --port 8124
|
||||
networks:
|
||||
- kong-api-gateway_kong-ee-ne
|
||||
- kong-net
|
||||
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
|
|
@ -26,4 +26,9 @@ services:
|
|||
ports:
|
||||
- "8080:80"
|
||||
networks:
|
||||
- kong-api-gateway_kong-ee-ne
|
||||
- kong-net
|
||||
|
||||
networks:
|
||||
kong-net:
|
||||
external: true
|
||||
name: kong-api-gateway_kong-ee-net
|
||||
Loading…
Add table
Add a link
Reference in a new issue