mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-05-10 04:24:59 +00:00
* docs: add ai documentation * docker: update docker files for ai/regular versions, lint * feat: add initial /ask command * Delete docker-compose.yml * docker: ignore ollama folder in builds * fix: add emojis to help commands, capitalize, add ai commands to help menu * feat: add better logging, thought handling improvements
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
services:
|
|
kowalski:
|
|
build: .
|
|
container_name: kowalski
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./.env:/usr/src/app/.env:ro
|
|
environment:
|
|
- NODE_ENV=production |