Adds firefly and homebox, replaces nginx-proxy/acme-companion with acme

This commit is contained in:
tga
2026-08-15 20:08:35 +02:00
parent 7e87a6cbb9
commit c8af74ad7d
38 changed files with 596 additions and 52 deletions
@@ -0,0 +1,27 @@
[Unit]
Description=FireFly III database container
[Container]
AutoUpdate=registry
ContainerName=firefly-database
Environment=POSTGRES_USER=firefly
Environment=POSTGRES_DB=firefly
Environment=TZ=Europe/Zurich
HealthCmd=pg_isready -U firefly
HealthInterval=30s
HealthTimeout=10s
HealthRetries=5
Image=docker.io/postgres:18
Label=io.containers.autoupdate=registry
Pod=firefly.pod
Secret=database-password,type=env,target=POSTGRES_PASSWORD
StartWithPod=true
Timezone=Europe/Zurich
Volume=firefly-database.volume:/var/lib/postgresql
Volume=/var/mnt/nas/containers/firefly/storage/database-backup:/backup
[Service]
Restart=always
[Install]
WantedBy=default.target