[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
|
restart: always
|
||||||
command: uvicorn main:app --host 0.0.0.0 --port 8124
|
command: uvicorn main:app --host 0.0.0.0 --port 8124
|
||||||
networks:
|
networks:
|
||||||
- kong-api-gateway_kong-ee-ne
|
- kong-net
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
|
|
@ -26,4 +26,9 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
networks:
|
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