Remove nginx service from Coolify stack; update deployment guide to use frontend service on port 12001

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 13:01:26 +02:00
parent 87efca00df
commit d484721a94
2 changed files with 7 additions and 19 deletions
-12
View File
@@ -37,18 +37,6 @@ services:
expose:
- "12001"
nginx:
image: nginx:alpine
volumes:
- ./nginx/docker-compose.conf:/etc/nginx/conf.d/default.conf:ro
depends_on:
- backend
- frontend
networks:
- app-network
expose:
- "80"
networks:
app-network:
driver: bridge