This commit is contained in:
Diogo Carvalho 2026-03-11 04:17:25 +08:00 committed by GitHub
commit d698d50546
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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