matrix_chatgpt_bot/compose.yaml

24 lines
528 B
YAML
Raw Normal View History

2023-03-09 15:40:34 +00:00
services:
app:
2023-03-10 01:26:45 +00:00
image: hibobmaster/matrixchatgptbot:latest
2023-03-09 15:40:34 +00:00
container_name: matrix_chatgpt_bot
2023-03-10 01:26:45 +00:00
restart: always
# build:
# context: .
# dockerfile: ./Dockerfile
2023-03-09 15:40:34 +00:00
volumes:
2023-03-10 15:45:38 +00:00
- ./app:/app
networks:
- matrix_network
# api:
# # bing api
# image: hibobmaster/node-chatgpt-api:latest
# container_name: node-chatgpt-api
# restart: always
# volumes:
# - ./settings.js:/var/chatgpt-api/settings.js
# networks:
# - matrix_network
2023-03-10 01:26:45 +00:00
2023-03-10 15:45:38 +00:00
networks:
matrix_network: