actualitzat per a usar syncthing en lloc de synology drive
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# savefiles_logger
|
||||
# Gamewatcher
|
||||
|
||||
Fa backups continuos dels fitxers de guardat
|
||||
+2
-4
@@ -1,8 +1,6 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
gamewatcher:
|
||||
image: python:3.11-slim
|
||||
image: python:3.12-slim-bookworm
|
||||
container_name: gamewatcher
|
||||
working_dir: /data/app
|
||||
command: ["python3", "watcher.py"]
|
||||
@@ -13,7 +11,7 @@ services:
|
||||
- gamewatcher_data:/data
|
||||
|
||||
# Carpeta de saves del host
|
||||
- /sustancia/home/saves:/saves
|
||||
- /var/volumes/syncthing:/saves
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD", "python3", "-c", "import os; exit(0 if os.path.exists('/data/app/watcher.py') else 1)"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FILES = [
|
||||
"/saves/Beetle PSX HW/Suikoden II (USA) (Bug Fix) (Pyriel) (2.02.078).1.mcr",
|
||||
"/saves/Beetle PSX HW/Suikoden II (USA) (Bug Fix) (Pyriel) (2.02.078).srm",
|
||||
"/SAVES/Retroarch/Beetle PSX HW/Suikoden II (USA) (Bug Fix) (Pyriel) (2.02.078).1.mcr",
|
||||
"/SAVES/Retroarch/Beetle PSX HW/Suikoden II (USA) (Bug Fix) (Pyriel) (2.02.078).srm",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user