[sheet-service] fixed docker-compose
This commit is contained in:
parent
227ee756f4
commit
6fc7cb5265
1 changed files with 6 additions and 6 deletions
|
|
@ -14,10 +14,10 @@ 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:
|
networks:
|
||||||
# - kong-net
|
- kong-net
|
||||||
|
|
||||||
# networks:
|
networks:
|
||||||
# kong-net:
|
kong-net:
|
||||||
# external: true
|
external: true
|
||||||
# name: kong-api-gateway_kong-ee-net
|
name: kong-api-gateway_kong-ee-net
|
||||||
Loading…
Add table
Add a link
Reference in a new issue