Set db and cache path from first library root

This commit is contained in:
grimsi
2022-08-13 12:43:51 +02:00
parent 7a3a323212
commit ba4568cb35
6 changed files with 73 additions and 27 deletions
-4
View File
@@ -8,10 +8,6 @@ services:
- gameyfin.password=<your password here>
- gameyfin.igdb.api.client-id=<your twitch client-id here>
- gameyfin.igdb.api.client-secret=<your twitch client-secret here>
# The following two environment variables only need to be set if you have more than one library folder.
# If you have just one you can safely delete them.
- gameyfin.cache=<path to your game library>/.gameyfin/cache
- gameyfin.db=<path to your game library>/.gameyfin/db
volumes:
- <path to your game library>:/opt/gameyfin-library
ports: