mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 01:44:59 +00:00
feat: add minecraft backup method
Minecraft server can now be backed up using the restic-compose-backup.minecraft flag
This commit is contained in:
@@ -67,6 +67,17 @@ services:
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
|
||||
minecraft:
|
||||
image: itzg/minecraft-server
|
||||
labels:
|
||||
restic-compose-backup.minecraft: true
|
||||
restic-compose-backup.volumes.include: "minecraft"
|
||||
environment:
|
||||
- RCON_PASSWORD=minecraft
|
||||
- EULA=TRUE
|
||||
volumes:
|
||||
- ./minecraft:/data
|
||||
|
||||
volumes:
|
||||
mysqldata:
|
||||
mariadbdata:
|
||||
|
||||
Reference in New Issue
Block a user