version: "3" services: gameyfin: image: grimsi/gameyfin:latest container_name: gameyfin environment: - GAMEYFIN_USER= - GAMEYFIN_PASSWORD= - GAMEYFIN_IGDB_API_CLIENT_ID= - GAMEYFIN_IGDB_API_CLIENT_SECRET= volumes: - :/opt/gameyfin-library ports: - "8080:8080"