config/piler-default.yml aktualisiert

This commit is contained in:
Phil 2024-09-26 20:07:14 +02:00
parent e396da50a7
commit b0b6c866f4

View file

@ -21,7 +21,7 @@ services:
- MARIADB_DISABLE_UPGRADE_BACKUP=1 - MARIADB_DISABLE_UPGRADE_BACKUP=1
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
healthcheck: healthcheck:
test: mysql --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables" test: mariadb --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables"
interval: "60s" interval: "60s"
timeout: "5s" timeout: "5s"
start_period: "15s" start_period: "15s"