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
-7
View File
@@ -1,11 +1,6 @@
services:
server-php:
build:
context: .
args:
SERVER_PHP_IMAGE: ${APACHE_PHP_IMAGE}
dockerfile: ${PWD}/docker/Dockerfile.server-php
environment:
APACHE_ADMIN_EMAIL: ${APACHE_ADMIN_EMAIL}
@@ -20,5 +15,3 @@ services:
- ${PWD}/host/apache/conf/apache2.conf:/etc/apache2/conf-enabled/docker.conf
- ${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}"