Compare commits

...
2 Commits
Author SHA1 Message Date
tonitrus bb937f6766 add hostname to game servers 2026-06-19 14:48:50 +02:00
tonitrus 5db3863f7e finish borgmatic backup setup 2026-06-19 14:48:32 +02:00
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
true
+1 -1
View File
@@ -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'
+5 -2
View File
@@ -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
+2
View File
@@ -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}