mirror of
https://forgejo.asgardlabs.net/forgeadm/zublo.git
synced 2026-04-30 11:54:03 +00:00
22 lines
515 B
YAML
22 lines
515 B
YAML
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 |