2024-06-12 21:36:53 +02:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
matrix-bot-praying-times:
|
|
|
|
build:
|
|
|
|
context: .
|
2024-06-13 22:48:05 +02:00
|
|
|
image: code.f2n.me/finn/matrix-bot-praying-times:latest
|
2024-06-12 21:36:53 +02:00
|
|
|
environment:
|
|
|
|
- BOT_HOMESERVER
|
|
|
|
- BOT_USERNAME
|
|
|
|
- BOT_PASSWORD
|
2024-06-14 21:25:46 +02:00
|
|
|
volumes:
|
|
|
|
- ./data/:/bot/data
|