added relay repo
This commit is contained in:
22
docker-compose.yml
Normal file → Executable file
22
docker-compose.yml
Normal file → Executable file
@ -1,16 +1,16 @@
|
||||
version: "3"
|
||||
services:
|
||||
chat:
|
||||
build: .
|
||||
# image: m1k1o/chat:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./vars.json:/usr/src/app/html/vars.json
|
||||
- ./relays.json:/usr/src/app/html/relays.json
|
||||
ports:
|
||||
- 249:80
|
||||
environment:
|
||||
CACHE_SIZE: 50 # optional: message count stored. Defaults to zero.
|
||||
# chat:
|
||||
# build: .
|
||||
# # image: m1k1o/chat:latest
|
||||
# restart: unless-stopped
|
||||
# volumes:
|
||||
# - ./vars.json:/usr/src/app/html/vars.json
|
||||
# - ./relays.json:/usr/src/app/html/relays.json
|
||||
# ports:
|
||||
# - 249:80
|
||||
# environment:
|
||||
# CACHE_SIZE: 50 # optional: message count stored. Defaults to zero.
|
||||
chat-mcv:
|
||||
build: .
|
||||
# image: m1k1o/chat:latest
|
||||
|
||||
Reference in New Issue
Block a user