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