mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-28 16:08:24 +00:00
12 lines
218 B
YAML
12 lines
218 B
YAML
version: '3'
|
|
|
|
services:
|
|
rimgo:
|
|
#image: quay.io/pussthecatorg/rimgo # Uncomment to use image
|
|
build: .
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- ./config.yml:/app/config.yml
|
|
restart: unless-stopped
|