1
0

Update Apps

This commit is contained in:
pooneyy
2025-07-03 11:40:55 +08:00
parent fb2d7887ca
commit 00cadf9c2c
241 changed files with 12357 additions and 4529 deletions

View File

@@ -24,8 +24,8 @@ services:
links:
- wafdb
depends_on:
wafdb:
condition: service_healthy
wafdb:
condition: service_healthy
wafdb:
image: "percona/percona-server:8.4.5"
container_name: ${CONTAINER_NAME}-db
@@ -43,11 +43,11 @@ services:
- MYSQL_MAX_CONNECTIONS=${MYSQL_MAX_CONNECTIONS}
- MYSQL_ROOT_PASSWORD=${PANEL_DB_USER_PASSWORD}
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent"]
start_period: 3s
interval: 5s
timeout: 3s
retries: 7
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent"]
start_period: 3s
interval: 5s
timeout: 3s
retries: 7
volumes:
wafshared:
name: wafshared