12 lines
251 B
YAML
12 lines
251 B
YAML
---
|
|
services:
|
|
matrix-bot-praying-times:
|
|
build:
|
|
context: .
|
|
image: code.f2n.me/finn/matrix-bot-praying-times:latest
|
|
environment:
|
|
- BOT_HOMESERVER
|
|
- BOT_USERNAME
|
|
- BOT_PASSWORD
|
|
volumes:
|
|
- ./data/:/bot/data
|