@ -2,9 +2,5 @@
"/api": {
"target": "http://localhost:8000",
"secure": false
},
"/api/docs": {
"target": "http://localhost:8000/docs",
}
@ -25,17 +25,17 @@ services:
networks:
- app
frontend:
build: ./crud/
restart: always
env_file:
- .env
ports:
- "4200:4200"
depends_on:
- http_server
# frontend:
# build: ./crud/
# restart: always
# env_file:
# - .env
# ports:
# - "4200:4200"
# depends_on:
# - http_server
# networks:
# - app
app: