update proxy

main
Artem-Darius Weber 1 year ago
parent a8f4272583
commit 797e86d6cc

@ -2,9 +2,5 @@
"/api": { "/api": {
"target": "http://localhost:8000", "target": "http://localhost:8000",
"secure": false "secure": false
},
"/api/docs": {
"target": "http://localhost:8000/docs",
"secure": false
} }
} }

@ -25,17 +25,17 @@ services:
networks: networks:
- app - app
frontend: # frontend:
build: ./crud/ # build: ./crud/
restart: always # restart: always
env_file: # env_file:
- .env # - .env
ports: # ports:
- "4200:4200" # - "4200:4200"
depends_on: # depends_on:
- http_server # - http_server
networks: # networks:
- app # - app
networks: networks:
app: app:

Loading…
Cancel
Save