public-appservice 0.2.0

An appservice to make Matrix spaces publicly accessible.
Documentation
1
2
3
4
5
6
7
8
9
10
services:
  app:
    build:
      context: .
    ports:
      - "8989:8989"
    volumes:
      - ./config.toml:/app/config.toml
    extra_hosts:
      - "host.docker.internal:host-gateway"