mirror of
https://github.com/hibobmaster/matrix_chatgpt_bot.git
synced 2024-10-01 05:35:36 -04:00
12 lines
241 B
YAML
12 lines
241 B
YAML
services:
|
|
app:
|
|
image: hibobmaster/matrixchatgptbot:latest
|
|
container_name: matrix_chatgpt_bot
|
|
restart: always
|
|
# build:
|
|
# context: .
|
|
# dockerfile: ./Dockerfile
|
|
volumes:
|
|
- ./config.json:/app/config.json
|
|
|