Adjusting MariaDB dependencies.
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Successful in 35s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 1m38s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Dry Run (push) Successful in 7m3s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Successful in 45s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 1m4s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Successful in 36s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Deployment (push) Successful in 9m33s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Successful in 35s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 1m38s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Dry Run (push) Successful in 7m3s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Successful in 45s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 1m4s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Successful in 36s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Deployment (push) Successful in 9m33s
This commit is contained in:
+12
-12
@@ -710,7 +710,7 @@ services:
|
|||||||
container_name: castopod
|
container_name: castopod
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
castopod-valkey:
|
castopod-valkey:
|
||||||
@@ -1307,7 +1307,7 @@ services:
|
|||||||
container_name: easyappointments
|
container_name: easyappointments
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
image: alextselegidis/easyappointments:latest
|
image: alextselegidis/easyappointments:latest
|
||||||
environment:
|
environment:
|
||||||
@@ -1462,7 +1462,7 @@ services:
|
|||||||
container_name: freescout
|
container_name: freescout
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
environment:
|
environment:
|
||||||
ADMIN_EMAIL: it-services@${MY_TLD}
|
ADMIN_EMAIL: it-services@${MY_TLD}
|
||||||
@@ -1544,7 +1544,7 @@ services:
|
|||||||
container_name: ghost_blog
|
container_name: ghost_blog
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
environment:
|
environment:
|
||||||
@@ -2175,7 +2175,7 @@ services:
|
|||||||
container_name: invoice-ninja
|
container_name: invoice-ninja
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
environment:
|
environment:
|
||||||
@@ -3322,9 +3322,9 @@ services:
|
|||||||
container_name: mariadb
|
container_name: mariadb
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: ${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}
|
MYSQL_ROOT_PASSWORD: ${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}
|
||||||
PGID: 1000
|
PGID: ${PGID}
|
||||||
PUID: 1000
|
PUID: ${PUID}
|
||||||
TZ: America/New_York
|
TZ: ${TZ}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "mariadb-admin ping -h localhost || exit 1" ]
|
test: [ "CMD-SHELL", "mariadb-admin ping -h localhost || exit 1" ]
|
||||||
interval: 1m30s
|
interval: 1m30s
|
||||||
@@ -3629,7 +3629,7 @@ services:
|
|||||||
image: inovector/mixpost:latest
|
image: inovector/mixpost:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
mixpost-valkey:
|
mixpost-valkey:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -3977,7 +3977,7 @@ services:
|
|||||||
container_name: paperless-ngx
|
container_name: paperless-ngx
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
environment:
|
environment:
|
||||||
@@ -4253,7 +4253,7 @@ services:
|
|||||||
container_name: plant-it
|
container_name: plant-it
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
plant-it-valkey:
|
plant-it-valkey:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -4882,7 +4882,7 @@ services:
|
|||||||
container_name: romm
|
container_name: romm
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
image: rommapp/romm:latest
|
image: rommapp/romm:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user