matrix_chatgpt_bot/compose.yaml

12 lines
241 B
YAML
Raw Normal View History

2023-03-09 15:40:34 +00:00
services:
app:
2023-03-10 01:26:45 +00:00
image: hibobmaster/matrixchatgptbot:latest
2023-03-09 15:40:34 +00:00
container_name: matrix_chatgpt_bot
2023-03-10 01:26:45 +00:00
restart: always
# build:
# context: .
# dockerfile: ./Dockerfile
2023-03-09 15:40:34 +00:00
volumes:
- ./config.json:/app/config.json
2023-03-10 01:26:45 +00:00