mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
Added healthcheck for mariadb
This commit is contained in:
parent
47e7544b59
commit
dea31c6fce
@ -28,6 +28,11 @@ services:
|
||||
volumes:
|
||||
- database:/var/lib/mysql
|
||||
restart: always
|
||||
healthcheck:
|
||||
test: "/usr/bin/mysql --user=nextcloud --password={{nextcloud_database_password}} --execute \"SHOW DATABASES;\""
|
||||
interval: 3s
|
||||
timeout: 1s
|
||||
retries: 5
|
||||
web:
|
||||
image: nginx:alpine
|
||||
logging:
|
||||
|
Loading…
Reference in New Issue
Block a user