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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user