From 6fc7cb5265eb11b64b24cc87133a31ec0bc1bd24 Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Tue, 26 May 2026 14:15:22 +0700 Subject: [PATCH] [sheet-service] fixed docker-compose --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 887595e..f8b1c7b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,10 +14,10 @@ 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 -# networks: -# kong-net: -# external: true -# name: kong-api-gateway_kong-ee-net \ No newline at end of file +networks: + kong-net: + external: true + name: kong-api-gateway_kong-ee-net \ No newline at end of file