This commit is contained in:
Ваше Имя
2025-02-19 10:17:23 +05:00
parent 6225620ad6
commit aa98d03667
257 changed files with 1783 additions and 1 deletions

View File

@ -5,6 +5,16 @@ services:
# image: m1k1o/chat:latest
restart: unless-stopped
ports:
- 150:80
- 249:80
environment:
CACHE_SIZE: 50 # optional: message count stored. Defaults to zero.
chat:
build: .
# image: m1k1o/chat:latest
restart: unless-stopped
volumes:
- ./vars/mcv.json:/usr/src/app/html/vars.json
ports:
- 250:80
environment:
CACHE_SIZE: 50 # optional: message count stored. Defaults to zero.