From 7bb4ad31c8f93a93de19368b950e46524dfd5704 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Fri, 11 Jul 2025 00:18:09 -0400 Subject: [PATCH] update example with recommended providers --- examples/docker-compose.example.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/examples/docker-compose.example.yml b/examples/docker-compose.example.yml index d2322fb1a..01b313c4e 100644 --- a/examples/docker-compose.example.yml +++ b/examples/docker-compose.example.yml @@ -16,13 +16,10 @@ services: - DB_USER=romm-user # Should match MARIADB_USER in mariadb - DB_PASSWD= # Should match MARIADB_PASSWORD in mariadb - ROMM_AUTH_SECRET_KEY= # Generate a key with `openssl rand -hex 32` - - IGDB_CLIENT_ID= # Generate an ID and SECRET in IGDB - - IGDB_CLIENT_SECRET= # https://docs.romm.app/latest/Getting-Started/Generate-API-Keys/#igdb - - MOBYGAMES_API_KEY= # https://docs.romm.app/latest/Getting-Started/Generate-API-Keys/#mobygames - - STEAMGRIDDB_API_KEY= # https://docs.romm.app/latest/Getting-Started/Generate-API-Keys/#steamgriddb - - SCREENSCRAPER_USER= # Use your ScreenScraper username and password - - SCREENSCRAPER_PASSWORD= # https://docs.romm.app/latest/Getting-Started/Generate-API-Keys/#screenscraper - - RETROACHIEVEMENTS_API_KEY= # https://api-docs.retroachievements.org/#api-access + - SCREENSCRAPER_USER= # These are the recommended metadata providers + - SCREENSCRAPER_PASSWORD= # https://docs.romm.app/latest/Getting-Started/Metadata-Providers/#screenscraper + - RETROACHIEVEMENTS_API_KEY= # https://docs.romm.app/latest/Getting-Started/Metadata-Providers/#retroachievements + - HASHEOUS_API_ENABLED=true # https://docs.romm.app/latest/Getting-Started/Metadata-Providers/#hasheous volumes: - romm_resources:/romm/resources # Resources fetched from IGDB (covers, screenshots, etc.) - romm_redis_data:/redis-data # Cached data for background tasks