Skip to content

Minds/sockets

Repository files navigation

Minds Sockets

Sockets server for Minds.

Documentation

Documentation for Minds can be found at minds.org/docs

Building

# install dependencies
npm install -g ts-node typescript
npm install

# build from typescript to js
tsc

# build the docker container
docker build -t minds/sockets -f containers/sockets/Dockerfile .

# run the container
docker run -t minds/sockets \
    -e CASSANDRA_KEYSPACE='minds' \
    -e CASSANDRA_SERVERS='10.0.8.13' \
    -e JWT_SECRET='keepsave-and-match-settings.php' \
    -e PORT=3030 \
    -e REDIS_HOST='redis-host' \
    -e REDIS_PORT='6379

License

AGPLv3. Please see the license file of each repository.

Copyright Minds 2018

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published