[sheet-service] available get catalogs
This commit is contained in:
parent
605e99366a
commit
6201dae51d
2 changed files with 47 additions and 47 deletions
|
|
@ -14,8 +14,8 @@ services:
|
|||
# - ./tsv_data:/app/tsv_data
|
||||
restart: always
|
||||
command: uvicorn main:app --host 0.0.0.0 --port 8124
|
||||
networks:
|
||||
- kong-net
|
||||
# networks:
|
||||
# - kong-net
|
||||
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
|
|
@ -25,10 +25,10 @@ services:
|
|||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
ports:
|
||||
- "8080:80"
|
||||
networks:
|
||||
- kong-net
|
||||
# networks:
|
||||
# - kong-net
|
||||
|
||||
networks:
|
||||
kong-net:
|
||||
external: true
|
||||
name: kong-api-gateway_kong-ee-net
|
||||
# networks:
|
||||
# kong-net:
|
||||
# external: true
|
||||
# name: kong-api-gateway_kong-ee-net
|
||||
Loading…
Add table
Add a link
Reference in a new issue