mirror of
https://forgejo.asgardlabs.net/forgeadm/zublo.git
synced 2026-04-30 11:54:03 +00:00
Add docker-compose.yaml
This commit is contained in:
22
docker-compose.yaml
Normal file
22
docker-compose.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user