feat(service): add retroassembly

This commit is contained in:
Diogo Carvalho 2026-02-24 20:21:50 +00:00
parent cb759b2846
commit 0164ad5c94
2 changed files with 23 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,23 @@
# documentation: https://github.com/arianrhodsandlot/retroassembly
# slogan: The personal retro game collection cabinet in your browser.
# category: games
# tags: retroassembly, retro-games, arcade, self-hosted, gaming
# logo: svgs/retroassembly.png
# ports: 8000
services:
retroassembly:
image: 'arianrhodsandlot/retroassembly:v5.260124.0752'
environment:
- SERVICE_URL_RETROASSEMBLY_8000
volumes:
- 'retroassembly-data:/app/data'
healthcheck:
test:
- CMD-SHELL
- 'nc -z 127.0.0.1 8000'
interval: 10s
timeout: 5s
retries: 3
start_period: 90s