2024-04-23 06:25:12 +00:00
|
|
|
version: '3.8'
|
|
|
|
|
|
|
|
services:
|
|
|
|
gptbot:
|
2024-04-23 14:45:16 +00:00
|
|
|
image: kumitterer/matrix-gptbot
|
2024-04-23 06:42:12 +00:00
|
|
|
volumes:
|
2024-04-23 06:46:31 +00:00
|
|
|
- ./config.ini:/app/config.ini
|
2024-04-23 15:08:13 +00:00
|
|
|
- ./database.db:/app/database.db
|
2024-04-23 06:42:12 +00:00
|
|
|
|
|
|
|
pantalaimon:
|
|
|
|
image: matrixdotorg/pantalaimon
|
|
|
|
volumes:
|
|
|
|
- ./pantalaimon.conf:/etc/pantalaimon/pantalaimon.conf
|
|
|
|
ports:
|
2024-04-23 14:45:16 +00:00
|
|
|
- "8009:8009"
|