MariaDB healthcheck script.
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Successful in 32s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 1m46s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Dry Run (push) Failing after 9m21s
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README & Generate List of Modified Services (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Deployment (push) Has been skipped

This commit is contained in:
2025-07-14 07:12:22 -04:00
parent 3578082f44
commit 4478137cf0
+6 -22
View File
@@ -3326,7 +3326,7 @@ services:
PUID: 1000
TZ: America/New_York
healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-p${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}"]
test: [ "CMD", "healthcheck.sh", "--connect", "--innodb_initialized" ]
interval: 1m30s
timeout: 10s
retries: 5
@@ -3338,27 +3338,11 @@ services:
- 3306:3306
restart: unless-stopped
volumes:
- bind:
create_host_path: true
read_only: true
source: /etc/localtime
target: /etc/localtime
type: bind
- bind:
create_host_path: true
source: ${DOCKER_VOLUME_CONFIG}/mariadb
target: /config
type: bind
- source: ${DOCKER_VOLUME_STORAGE}
target: /storage
type: bind
bind:
create_host_path: true
- source: ${DOCKER_VOLUME_CONFIG}/mariadb
target: /var/lib/mysql
type: bind
bind:
create_host_path: true
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/mariadb:/config
- ${DOCKER_VOLUME_STORAGE}:/storage
- ${DOCKER_VOLUME_CONFIG}/mariadb:/var/lib/mysql
- ${DOCKER_VOLUME_CONFIG}/mariadb/healthcheck.sh:/usr/local/bin/healthcheck.sh
mastodon:
container_name: mastodon
depends_on: