Add docker-compose.yaml

This commit is contained in:
forgeadm
2026-04-26 22:47:06 +02:00
parent 43c03f013b
commit 117425153c

22
docker-compose.yaml Normal file
View File

@@ -0,0 +1,22 @@
services:
zublo:
image: ghcr.io/danielalves96/zublo:latest
container_name: zublo
restart: unless-stopped
#ports:
# - "9597:9597"
environment:
PB_ENCRYPTION_KEY: "yeT1nOocsFf8pnPFOLVYN1SCVbbVm0V5wMOACtrLuqU="
networks:
- homelab
volumes:
- /home/ampadmin/docker/zublo/zublo-data:/pb/pb_data
healthcheck:
test: ["executable", "arg"]
interval: 1m30s
timeout: 30s
retries: 5
start_period: 30s
networks:
homelab:
external: true