mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 23:48:23 +00:00
11 lines
261 B
YAML
11 lines
261 B
YAML
version: '3'
|
|
|
|
services:
|
|
rimgo:
|
|
image: codeberg.org/video-prize-ranch/rimgo # Official image
|
|
#image: quay.io/pussthecatorg/rimgo # Unofficial image
|
|
#build: . # Uncomment to build from source
|
|
ports:
|
|
- 3000:3000
|
|
restart: unless-stopped
|