mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Added Dockerfile and docker-compose.example.yml
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
version: "3"
|
||||
services:
|
||||
gameyfin:
|
||||
image: grimsi/gameyfin:latest
|
||||
container_name: gameyfin
|
||||
environment:
|
||||
- gameyfin.user=<your username here>
|
||||
- gameyfin.password=<your password here>
|
||||
- ameyfin.igdb.api.client-id=<your twitch client-id here>
|
||||
- gameyfin.igdb.api.client-secret=<your twitch client-secret here>
|
||||
volumes:
|
||||
- <path to your game library>:/opt/gameyfin-library
|
||||
ports:
|
||||
- "8080:8080"
|
||||
Reference in New Issue
Block a user