[Unit] Description=Wallabag database container [Container] AutoUpdate=registry ContainerName=wallabag-database Environment=POSTGRES_DB=wallabag Environment=POSTGRES_USER=wallabag Environment=TZ=Europe/Zurich HealthCmd=pg_isready -U wallabag HealthInterval=30s HealthTimeout=10s HealthRetries=5 Image=docker.io/postgres:18 Pod=wallabag.pod Secret=database-password,type=env,target=POSTGRES_PASSWORD StartWithPod=true Timezone=Europe/Zurich Volume=wallabag-database.volume:/var/lib/postgresql Volume=/var/mnt/nas/containers/wallabag/storage/database-backup:/backup [Service] Restart=always [Install] WantedBy=default.target