mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
feat: emulatorjs docker compose
This commit is contained in:
parent
de42032fde
commit
7a8a99ba5e
1 changed files with 21 additions and 0 deletions
21
emulatorjs/docker-compose.yml
Normal file
21
emulatorjs/docker-compose.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
services:
|
||||||
|
emulatorjs:
|
||||||
|
image: lscr.io/linuxserver/emulatorjs:amd64-latest
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
ports:
|
||||||
|
- 3030:3000
|
||||||
|
- 8082:80
|
||||||
|
volumes:
|
||||||
|
- roms_shared:/roms:ro
|
||||||
|
- emulatorjs_config:/config
|
||||||
|
- emulatorjs_data:/data
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
roms_shared:
|
||||||
|
external: true
|
||||||
|
emulatorjs_config:
|
||||||
|
emulatorjs_data:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue