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