Adding Retrom

This commit is contained in:
Frank "PHiAX" Weggelaar 2025-12-06 10:33:07 +01:00
parent 2ce238ab1d
commit a8f2a9be44

20
docker/retrom.yaml Normal file
View file

@ -0,0 +1,20 @@
#######################################################################
# #
# Description: Self-Hosted game library/collection management service #
# ReferenceURL: https://github.com/JMBeresford/retrom #
# #
#######################################################################
services:
retrom:
image: ghcr.io/jmberesford/retrom-service:latest
ports:
- 5101:5101
volumes:
- /mnt/media/Emulation/library:/app/library
- /mnt/media/Containers/retrom/config:/app/config/
- retrom-db:/app/data/
volumes:
retrom-db:
external: true