Files
docker-compose-stack/matrix-bots/compose.yml
Jeff Near 686fff045b Adding dozzle
Cleaning up all compose files:
  consistent labels
  remove exposed ports
  move synapse to wildcard cert
  remove commented out lines
Switch qbit to libtorrentv1 tag
2026-04-08 18:38:31 +00:00

34 lines
901 B
YAML

services:
matrix-registration-bot:
image: moanos/matrix-registration-bot:latest
environment:
LOGGING_LEVEL: DEBUG
BOT_SERVER: "https://nearfuture.industries"
BOT_USERNAME: "registration-bot"
BOT_PASSWORD: ${BOT_PW}
API_BASE_URL: 'https://synapse.nearfuture.industries'
API_TOKEN: ${API_TOK}
volumes:
- /home/fejy/docker/matrix-bots/matrix-registration-bot/:/data/
maubot:
image: dock.mau.dev/maubot/maubot
container_name: maubot
volumes:
- /home/fejy/docker/matrix-bots/maubot/:/data:z
environment:
R34_API_KEY: ${R34_API_KEY}
R34_UID: ${R34_UID}
networks:
- proxy
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.maubot.rule=Host(`maubot.nearfuture`)"
- "traefik.http.routers.maubot.entrypoints=web"
networks:
proxy:
external: true