Mega refactor of asset

This commit is contained in:
Georges-Antoine Assi
2024-02-01 17:59:06 -05:00
parent c5f79e0872
commit eb18388a81
39 changed files with 377 additions and 461 deletions

View File

@@ -40,7 +40,8 @@ services:
- SCHEDULED_UPDATE_MAME_XML_CRON=0 5 * * * # Cron expression for the scheduled update (default: 0 5 * * * - At 5:00 AM every day)
volumes:
- "/path/to/library:/romm/library"
- "/path/to/resources:/romm/resources" # [Optional] Path where roms metadata (covers) are stored
- "/path/to/assets:/romm/assets" # Path where saves, states and other assets are stored
- "/path/to/resources:/romm/resources" # Path where roms metadata (covers) are stored
- "/path/to/config:/romm/config" # [Optional] Path where config is stored
- "/path/to/database:/romm/database" # [Optional] Only needed if ROMM_DB_DRIVER=sqlite or not set
- "/path/to/logs:/romm/logs" # [Optional] Path where logs are stored