From 6dd4a2f4094ed8feac41ca64c35a2e27c42d3e69 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 14 Jul 2025 08:12:02 -0400 Subject: [PATCH] Adjusting MariaDB dependencies. --- docker-compose.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index da1d01e9..f2af9ab1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -710,7 +710,7 @@ services: container_name: castopod depends_on: mariadb: - condition: service_healthy + condition: service_started required: true restart: true castopod-valkey: @@ -1307,7 +1307,7 @@ services: container_name: easyappointments depends_on: mariadb: - condition: service_healthy + condition: service_started required: true image: alextselegidis/easyappointments:latest environment: @@ -1462,7 +1462,7 @@ services: container_name: freescout depends_on: mariadb: - condition: service_healthy + condition: service_started required: true environment: ADMIN_EMAIL: it-services@${MY_TLD} @@ -1544,7 +1544,7 @@ services: container_name: ghost_blog depends_on: mariadb: - condition: service_healthy + condition: service_started required: true restart: true environment: @@ -2175,7 +2175,7 @@ services: container_name: invoice-ninja depends_on: mariadb: - condition: service_healthy + condition: service_started required: true restart: true environment: @@ -3322,9 +3322,9 @@ services: container_name: mariadb environment: MYSQL_ROOT_PASSWORD: ${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD} - PGID: 1000 - PUID: 1000 - TZ: America/New_York + PGID: ${PGID} + PUID: ${PUID} + TZ: ${TZ} healthcheck: test: [ "CMD-SHELL", "mariadb-admin ping -h localhost || exit 1" ] interval: 1m30s @@ -3629,7 +3629,7 @@ services: image: inovector/mixpost:latest depends_on: mariadb: - condition: service_healthy + condition: service_started required: true mixpost-valkey: condition: service_healthy @@ -3977,7 +3977,7 @@ services: container_name: paperless-ngx depends_on: mariadb: - condition: service_healthy + condition: service_started required: true restart: true environment: @@ -4253,7 +4253,7 @@ services: container_name: plant-it depends_on: mariadb: - condition: service_healthy + condition: service_started required: true plant-it-valkey: condition: service_healthy @@ -4882,7 +4882,7 @@ services: container_name: romm depends_on: mariadb: - condition: service_healthy + condition: service_started required: true restart: true image: rommapp/romm:latest