matrix-prometheus/docker-compose.yml

20 lines
380 B
YAML
Raw Normal View History

---
services:
bot:
build: .
image: matrix-prometheus
restart: unless-stopped
environment:
ALLOWED_ROOMS:
DATABASE: /data/db.sqlite3
DEVICE_NAME: $HOSTNAME
HOMESERVER: 'https://matrix.org'
PASSWORD:
PICKLE_KEY: 1n5ecure-key-pl34se-change
USER_ID:
ports:
- 127.0.0.1:8000:8000
volumes:
- ./data:/data