2022-01-17 22:33:51 +00:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
rimgo:
|
2022-03-19 20:00:48 +00:00
|
|
|
#image: registry.gitlab.com/overtime-zone-wildfowl/rimgo # Uncomment to use image, official image
|
|
|
|
#image: quay.io/pussthecatorg/rimgo # Unofficial image
|
2022-01-17 22:33:51 +00:00
|
|
|
build: .
|
|
|
|
ports:
|
|
|
|
- 3000:3000
|
|
|
|
volumes:
|
|
|
|
- ./config.yml:/app/config.yml
|
|
|
|
restart: unless-stopped
|