/ distodon / docker-compose.yml
docker-compose.yml
 1  version: '3.10'
 2  
 3  services:
 4    distodon:
 5      image: ghcr.io/defelo/distodon
 6      build: .
 7      restart: always
 8      init: true
 9      environment:
10        RUST_LOG: info,distodon=debug
11      volumes:
12        - ./config.toml:/config.toml:ro
13        - ./.data:/data