[sheet-service] update network
This commit is contained in:
parent
91eac8fbbf
commit
a55882cb66
1 changed files with 5 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ services:
|
||||||
# - ./tsv_data:/app/tsv_data
|
# - ./tsv_data:/app/tsv_data
|
||||||
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:
|
||||||
|
- kong-api-gateway_kong-ee-ne
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
|
|
@ -22,4 +24,6 @@ services:
|
||||||
- ~/repo/taobin_project:/taobin_project
|
- ~/repo/taobin_project:/taobin_project
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
networks:
|
||||||
|
- kong-api-gateway_kong-ee-ne
|
||||||
Loading…
Add table
Add a link
Reference in a new issue