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
+1 -1
View File
@@ -134,7 +134,7 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=30s --retries=3 \
CMD curl -f http://localhost/health.php || exit 1
# Exponer puertos
EXPOSE 80 443 9000
EXPOSE 80
# Script de inicio
COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh
-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