mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 23:48:23 +00:00
11 lines
153 B
YAML
11 lines
153 B
YAML
version: '3'
|
|
|
|
services:
|
|
rimgo:
|
|
build: .
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- ./config.yml:/app/config.yml
|
|
restart: unless-stopped
|