mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 15:38:23 +00:00
11 lines
264 B
YAML
11 lines
264 B
YAML
version: '3'
|
|
|
|
services:
|
|
rimgo:
|
|
#image: registry.gitlab.com/overtime-zone-wildfowl/rimgo # Uncomment to use image, official image
|
|
#image: quay.io/pussthecatorg/rimgo # Unofficial image
|
|
build: .
|
|
ports:
|
|
- 3000:3000
|
|
restart: unless-stopped
|