From 797e86d6cccbad0dd835ff007e7631f94d521d49 Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Sat, 28 Oct 2023 03:37:21 +0300 Subject: [PATCH] update proxy --- apps/crud/proxy.conf.json | 6 +----- apps/docker-compose.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/apps/crud/proxy.conf.json b/apps/crud/proxy.conf.json index 47a91af..c7d3a2b 100644 --- a/apps/crud/proxy.conf.json +++ b/apps/crud/proxy.conf.json @@ -2,9 +2,5 @@ "/api": { "target": "http://localhost:8000", "secure": false - }, - "/api/docs": { - "target": "http://localhost:8000/docs", - "secure": false - } + } } diff --git a/apps/docker-compose.yaml b/apps/docker-compose.yaml index 68a9106..8ad3d58 100644 --- a/apps/docker-compose.yaml +++ b/apps/docker-compose.yaml @@ -25,17 +25,17 @@ services: networks: - app - frontend: - build: ./crud/ - restart: always - env_file: - - .env - ports: - - "4200:4200" - depends_on: - - http_server - networks: - - app +# frontend: +# build: ./crud/ +# restart: always +# env_file: +# - .env +# ports: +# - "4200:4200" +# depends_on: +# - http_server +# networks: +# - app networks: app: