From a55882cb66a34882bcbb1f41b7a2f660b0256174 Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Wed, 22 Apr 2026 17:47:54 +0700 Subject: [PATCH] [sheet-service] update network --- docker-compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4344540..ba04d69 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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" \ No newline at end of file + - "8080:80" + networks: + - kong-api-gateway_kong-ee-ne \ No newline at end of file