Skip to main content

Services

Host

The following services have been installed on the host server:

Docker

The following services are managed through docker:

Game Servers

The following game servers are managed through docker:

  • 7 Days to Die
  • Insurgency: Sandstorm
  • Valheim

Data Backup

Application data is backed up onto an external storage medium every week.

A simple bash script is included in the homelab repository that targets specific services, their app and db data.

Crontab
0 0 * * 0 /bin/bash /srv/docker/scripts/backup.sh > /dev/null 2>&1