librelad 875a60f90f LibrePortal v0.1.0 — initial release
A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys,
Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun
VPN routing, and a web dashboard to manage it all.

Free & open forever to self-host; optional paid hosted services fund it.
See PROMISE.md.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Signed-off-by: librelad <librelad@digitalangels.vip>
2026-05-21 20:37:54 +01:00

34 lines
904 B
YAML
Executable File

networks:
vpn:
external: true
services:
duplicati:
image: lscr.io/linuxserver/duplicati:latest
container_name: duplicati
environment:
- PUID=1000
- PGID=1000
- TZ=TIMEZONEHERE
#- CLI_ARGS= #optional
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro #SOCKETHERE
- ./duplicati-data/:/config
- ./duplicati-backups/:/backups
- ./duplicati-source/:/source
ports:
- 8200:8200
restart: unless-stopped
#labels:
#caddy.tls: "internal"
#traefik.enable: true
#traefik.http.routers.cozy.entrypoints: web,websecure
#traefik.http.routers.cozy.rule: Host(`DOMAINSUBNAMEHERE`)
#traefik.http.routers.cozy.tls: true
#traefik.http.routers.cozy.tls.certresolver: production
healthcheck:
disable: false #HEALTHCHECKHERE
networks:
vpn:
ipv4_address: IPADDRESSHERE