Installation
services:
bercail:
image: orochibraru/bercail:latest
restart: unless-stopped
environment:
ORIGIN: 'https://dash.example.com'
ports:
- '3000:3000'
volumes:
- ./data:/app/dataData lives in a SQLite file under /app/data. Database migrations run automatically on startup.
This guide lives in the project repo: edit it there, and this page follows within a day.