aybDocker/docker-compose.yml

13 lines
257 B
YAML
Raw Normal View History

version: "3"
services:
aybServer:
image: git.sofiaritz.com/sofia/ayb:nightly
restart: unless-stopped
volumes:
- ./config/ayb.toml:/ayb/ayb.toml
2024-01-13 11:14:14 +00:00
- ayb_data:/ayb/ayb_data
ports:
- "127.0.0.1:5433:5433"
2024-01-13 11:14:14 +00:00
volumes:
ayb_data: