matrix_chatgpt_bot/compose.yaml
2023-03-09 23:40:34 +08:00

9 lines
167 B
YAML

services:
app:
container_name: matrix_chatgpt_bot
build:
context: .
dockerfile: ./Dockerfile
volumes:
- ./config.json:/app/config.json