Canop / miaou

A chat server with OAuth2 authentication, persistent and searchable history, video and audio, markdown formatting, private and public rooms, stars, votes, embedded games, and many other features
http://miaou.dystroy.org/
Other
542 stars 73 forks source link

Fixed Docker configuration #82

Closed erk3 closed 6 years ago

erk3 commented 6 years ago

Base image changed to Node:8 Fixed rights problem when running npm install in Dockerfile due to this last change Added volumes in docker-compose configuration for true persistence Changed default config.js for Docker (url-based configuration for psql database not working anymore) Added missing dependency in package json for use of websocket client-side