Ajout de la configuration de Supercronic pour la configuration des tâches planifiées.

This commit is contained in:
2026-03-12 22:04:20 +01:00
parent f09491f786
commit 519f5ee4cb
7 changed files with 59 additions and 24 deletions
+1 -12
View File
@@ -1,11 +1,6 @@
services:
server-php:
build:
context: .
args:
SERVER_PHP_IMAGE: ${FRANKENPHP_IMAGE}
dockerfile: ${PWD}/docker/Dockerfile.server-php
environment:
FRANKENPHP_ROOT_PATH: ${FRANKENPHP_ROOT_PATH}
@@ -18,11 +13,5 @@ services:
- ${PWD}/host/php/conf/${OPCACHE_CONFIG_FILE:-opcache.default.ini}:/usr/local/etc/php/conf.d/opcache.ini
- ${PWD}/upload:/app/public/upload
user: "${UID:-1000}:${GID:-1000}"
healthcheck:
test: [ "CMD-SHELL", "curl -s http://localhost/server-php-test.php || exit 1" ]
interval: 30s
timeout: 1s
retries: 10
start_period: 1s
disable: true