fix: remove labels from compose (conflicts with Coolify), EXPOSE only port 80

This commit is contained in:
Lizandro Guarnizo
2026-03-11 22:38:36 -05:00
parent 0b3b499c3f
commit 28307f44d1
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -15,8 +15,6 @@ services:
# Coolify/Traefik gestiona el enrutamiento - no exponer puertos directamente
expose:
- "80"
labels:
- "traefik.http.services.app.loadbalancer.server.port=80"
volumes:
- app-logs:/var/www/html/logs
- app-uploads:/var/www/html/uploads