mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 17:03:59 +01:00
17 lines
339 B
YAML
17 lines
339 B
YAML
---
|
|
services:
|
|
duplicati:
|
|
image: lscr.io/linuxserver/duplicati:2.0.8
|
|
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
|