[sheet-service] update network

This commit is contained in:
Ittipat Lusuk 2026-04-22 17:47:54 +07:00
parent 91eac8fbbf
commit a55882cb66

View file

@ -14,6 +14,8 @@ services:
# - ./tsv_data:/app/tsv_data
restart: always
command: uvicorn main:app --host 0.0.0.0 --port 8124
networks:
- kong-api-gateway_kong-ee-ne
nginx:
image: nginx:latest
@ -22,4 +24,6 @@ services:
- ~/repo/taobin_project:/taobin_project
- ./nginx.conf:/etc/nginx/conf.d/default.conf
ports:
- "8080:80"
- "8080:80"
networks:
- kong-api-gateway_kong-ee-ne