Compare commits
2
Commits
23891a69d0
...
bb937f6766
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb937f6766 | ||
|
|
5db3863f7e |
@@ -0,0 +1 @@
|
||||
true
|
||||
@@ -4,4 +4,4 @@ services:
|
||||
net.unraid.docker.managed: 'composeman'
|
||||
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/borgmatic.png'
|
||||
net.unraid.docker.webui: ''
|
||||
net.unraid.docker.shell: ''
|
||||
net.unraid.docker.shell: 'sh'
|
||||
|
||||
@@ -2,9 +2,12 @@ services:
|
||||
borgmatic:
|
||||
image: ghcr.io/borgmatic-collective/borgmatic:latest
|
||||
container_name: borgmatic
|
||||
hostname: cube-nas
|
||||
volumes:
|
||||
- /mnt/user/nextcloud-data/tonitrus/files/documents/Schule:/mnt/source:ro # backup source
|
||||
- /mnt/remotes/10.0.0.50_home/Drive/backup-cube-test:/mnt/borg-repository # backup target
|
||||
- /mnt/user/appdata:/mnt/source/docker/appdata:ro # backup sources
|
||||
- /boot/config/plugins/compose.manager/projects:/mnt/source/docker/compose:ro
|
||||
|
||||
- /mnt/remotes/10.0.0.50_backup-cube:/mnt/borg-repository # backup target
|
||||
- /mnt/user/appdata/borgmatic/borgmatic.d:/etc/borgmatic.d/ # borgmatic config file(s) + crontab.txt
|
||||
- /mnt/user/appdata/borgmatic/.config/borg:/root/.config/borg # config and keyfiles
|
||||
- /mnt/user/appdata/borgmatic/.ssh:/root/.ssh # ssh key for remote repositories
|
||||
|
||||
@@ -34,6 +34,7 @@ services:
|
||||
|
||||
pterodactyl-panel:
|
||||
image: ghcr.io/pterodactyl/panel:latest
|
||||
container_name: pterodactyl-panel
|
||||
environment:
|
||||
# Application settings
|
||||
- APP_URL=${APP_URL}
|
||||
@@ -79,6 +80,7 @@ services:
|
||||
|
||||
pterodactyl-wings:
|
||||
image: ghcr.io/pterodactyl/wings:latest
|
||||
container_name: pterodactyl-wings
|
||||
privileged: true
|
||||
environment:
|
||||
- TZ=${APP_TIMEZONE}
|
||||
|
||||
Reference in New Issue
Block a user