12 lines
230 B
YAML
12 lines
230 B
YAML
|
services:
|
||
|
ryot:
|
||
|
image: ghcr.io/ignisda/ryot:latest
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- ./data:/data
|
||
|
db:
|
||
|
image: postgres
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- ./database:/var/lib/postgresql/data
|