Remove Docker healthcheck - let Coolify/Traefik handle it
This commit is contained in:
@@ -35,9 +35,8 @@ COPY --chown=www-data:www-data . .
|
|||||||
# Install Composer dependencies (production)
|
# Install Composer dependencies (production)
|
||||||
RUN composer install --no-dev --optimize-autoloader --no-interaction
|
RUN composer install --no-dev --optimize-autoloader --no-interaction
|
||||||
|
|
||||||
# Health check - prüft nur ob Webserver antwortet
|
# Kein eigener Health Check - Coolify/Traefik übernimmt das
|
||||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
|
HEALTHCHECK NONE
|
||||||
CMD curl -fsS http://localhost/ -o /dev/null || exit 1
|
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user