matrix_chatgpt_bot/compose.yaml

12 lines
241 B
YAML
Raw Normal View History

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