mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Changed roles to new docker backup procedure
This commit is contained in:
		| @@ -38,20 +38,9 @@ services: | ||||
|       interval: 60s | ||||
|       timeout: 5s | ||||
|       retries: 1 | ||||
|   database: | ||||
|     logging: | ||||
|       driver: journald | ||||
|     image: mariadb | ||||
|     restart: always | ||||
|     env_file: | ||||
|       - ./env | ||||
|     volumes: | ||||
|       - database:/var/lib/mysql | ||||
|     healthcheck: | ||||
|       test: "/usr/bin/mariadb --user=pixelfed --password={{pixelfed_database_password}} --execute \"SHOW DATABASES;\"" | ||||
|       interval: 3s | ||||
|       timeout: 1s | ||||
|       retries: 5 | ||||
|  | ||||
| {% include 'templates/docker-mariadb-service.yml.j2' %} | ||||
|  | ||||
|   redis: | ||||
|     image: redis:alpine | ||||
|     restart: always | ||||
|   | ||||
		Reference in New Issue
	
	Block a user