Added Dockerfile and docker-compose.example.yml

This commit is contained in:
grimsi
2022-08-06 18:28:37 +02:00
parent 75dd0edb3e
commit e1a8fefa2a
3 changed files with 31 additions and 0 deletions
+14
View File
@@ -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"