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: disable: false networks: homelab: external: true