actualitzat per a usar syncthing en lloc de synology drive

This commit is contained in:
2026-08-06 17:31:47 +02:00
parent c985f09cde
commit 576ce918f9
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# savefiles_logger
# Gamewatcher
Fa backups continuos dels fitxers de guardat
+2 -4
View File
@@ -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)"]
+2 -2
View File
@@ -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",
]