20 lines
No EOL
725 B
YAML
20 lines
No EOL
725 B
YAML
#######################################################################
|
|
# #
|
|
# 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 |