Start development of v2

This commit is contained in:
grimsi
2024-02-04 12:21:07 +01:00
parent 8baf2e776b
commit fc84f92e23
253 changed files with 479 additions and 24885 deletions
@@ -1,17 +0,0 @@
version: "3"
services:
gameyfin:
image: grimsi/gameyfin:latest
container_name: gameyfin
environment:
- GAMEYFIN_USER=<your username here>
- 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>
- GAMEYFIN_SOURCES=/opt/gameyfin-library/library-1,/opt/gameyfin-library/library-2,/opt/gameyfin-library/library-3
volumes:
- <Path on your host to the 1st source folder>:/opt/gameyfin-library/library-1
- <Path on your host to the 2nd source folder>:/opt/gameyfin-library/library-2
- <Path on your host to the 3rd source folder>:/opt/gameyfin-library/library-3
ports:
- "8080:8080"
+2 -5
View File
@@ -1,13 +1,10 @@
version: "3"
services:
gameyfin:
image: grimsi/gameyfin:latest
image: grimsi/gameyfin:v2
container_name: gameyfin
environment:
- GAMEYFIN_USER=<your username here>
- 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>
PLACEHOLDER: ""
volumes:
- <path to your game library>:/opt/gameyfin-library
ports: