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