mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 16:23:25 +01:00
a520e0625f
As this is based on a `linuxserver.io` [1] container image it makes sense to use their `lscr.io` registry gateway service instead. [1] https://www.linuxserver.io/
17 lines
339 B
YAML
17 lines
339 B
YAML
---
|
|
services:
|
|
duplicati:
|
|
image: lscr.io/linuxserver/duplicati:2.0.7
|
|
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
|