aybDocker/docker-compose.yml

13 lines
257 B
YAML

version: "3"
services:
aybServer:
image: git.sofiaritz.com/sofia/ayb:nightly
restart: unless-stopped
volumes:
- ./config/ayb.toml:/ayb/ayb.toml
- ayb_data:/ayb/ayb_data
ports:
- "127.0.0.1:5433:5433"
volumes:
ayb_data: