[DOCKER] Automated PR for easy-appointments-deploy_2025-07-13T18-59-07 - #105 #105

Merged
gitea-sonarqube-bot merged 12 commits from easy-appointments-deploy_2025-07-13T18-59-07 into main 2025-07-14 08:27:10 -04:00
Showing only changes of commit 4478137cf0 - Show all commits
+6 -22
View File
@@ -3326,7 +3326,7 @@ services:
PUID: 1000 PUID: 1000
TZ: America/New_York TZ: America/New_York
healthcheck: healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-p${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}"] test: [ "CMD", "healthcheck.sh", "--connect", "--innodb_initialized" ]
interval: 1m30s interval: 1m30s
timeout: 10s timeout: 10s
retries: 5 retries: 5
@@ -3338,27 +3338,11 @@ services:
- 3306:3306 - 3306:3306
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- bind: - /etc/localtime:/etc/localtime:ro
create_host_path: true - ${DOCKER_VOLUME_CONFIG}/mariadb:/config
read_only: true - ${DOCKER_VOLUME_STORAGE}:/storage
source: /etc/localtime - ${DOCKER_VOLUME_CONFIG}/mariadb:/var/lib/mysql
target: /etc/localtime - ${DOCKER_VOLUME_CONFIG}/mariadb/healthcheck.sh:/usr/local/bin/healthcheck.sh
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
mastodon: mastodon:
container_name: mastodon container_name: mastodon
depends_on: depends_on: