update proxy

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

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

@ -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:

Loading…
Cancel
Save