mattermost_bot/compose.yaml
hibobmaster 7142045292
feat: refactor chat backend
feat: introduce pre-commit hooks
feat: send reply in thread
fix: !gpt !chat API endpoint and API key validation logic
2023-09-18 13:47:50 +08:00

25 lines
579 B
YAML

services:
app:
image: ghcr.io/hibobmaster/mattermost_bot:latest
container_name: mattermost_bot
restart: unless-stopped
env_file:
- .env
# volumes:
# use env file or config.json
# - ./config.json:/app/config.json
networks:
- mattermost_network
# pandora:
# image: pengzhile/pandora
# container_name: pandora
# restart: unless-stopped
# environment:
# - PANDORA_ACCESS_TOKEN=xxxxxxxxxxxxxx
# - PANDORA_SERVER=0.0.0.0:8008
# networks:
# - mattermost_network
networks:
mattermost_network: