mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge 0164ad5c94 into 473371e7ed
This commit is contained in:
commit
d698d50546
2 changed files with 23 additions and 0 deletions
BIN
public/svgs/retroassembly.png
Normal file
BIN
public/svgs/retroassembly.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
23
templates/compose/retroassembly.yaml
Normal file
23
templates/compose/retroassembly.yaml
Normal 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
|
||||
|
||||
Loading…
Reference in a new issue