Initial commit
This commit is contained in:
23
quadlets/wallabag/wallabag-database.container
Normal file
23
quadlets/wallabag/wallabag-database.container
Normal file
@@ -0,0 +1,23 @@
|
||||
[Unit]
|
||||
Description=Wallabag database container
|
||||
|
||||
[Container]
|
||||
AutoUpdate=registry
|
||||
ContainerName=wallabag-database
|
||||
Environment=TZ=Europe/Zurich
|
||||
HealthCmd=CMD mysqladmin ping -h localhost
|
||||
HealthInterval=30s
|
||||
HealthTimeout=10s
|
||||
HealthRetries=5
|
||||
Image=docker.io/mariadb:latest
|
||||
Pod=wallabag.pod
|
||||
Secret=database-root-password,type=env,target=MYSQL_ROOT_PASSWORD
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
Volume=wallabag-database.volume:/var/lib/mysql
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user