mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-09 07:01:38 +01:00
16 lines
332 B
YAML
16 lines
332 B
YAML
---
|
|
services:
|
|
duplicati:
|
|
image: ghcr.io/linuxserver/duplicati
|
|
container_name: duplicati
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/Berlin
|
|
volumes:
|
|
- /AmberPRO/duplicati/config:/config
|
|
- /Backups:/backups
|
|
- /:/source
|
|
ports:
|
|
- 8200:8200
|
|
restart: unless-stopped |