9 lines
167 B
YAML
9 lines
167 B
YAML
|
services:
|
||
|
app:
|
||
|
container_name: matrix_chatgpt_bot
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: ./Dockerfile
|
||
|
volumes:
|
||
|
- ./config.json:/app/config.json
|