Adding Retrom
This commit is contained in:
parent
2ce238ab1d
commit
a8f2a9be44
1 changed files with 20 additions and 0 deletions
20
docker/retrom.yaml
Normal file
20
docker/retrom.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue