first commit

This commit is contained in:
Ваше Имя
2025-02-18 13:00:27 +05:00
commit 6225620ad6
159 changed files with 3196 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: "3"
services:
chat:
build: .
# image: m1k1o/chat:latest
restart: unless-stopped
ports:
- 150:80
environment:
CACHE_SIZE: 50 # optional: message count stored. Defaults to zero.