mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 23:04:25 +02:00
11 lines
262 B
YAML
11 lines
262 B
YAML
docker:
|
|
services:
|
|
mariadb:
|
|
version: "latest"
|
|
image: "mariadb"
|
|
name: "mariadb"
|
|
backup:
|
|
database_routine: true
|
|
network: "mariadb"
|
|
volumes:
|
|
data: "mariadb_data" |