Under spacebarchat-server-client-proxy there is a small project in experimental state. Which run the spacebarchat server, the spacebarchat-client with an reverse proxy and ssl in it.
You need to clone the repo.
git clone https://github.com/Casraw/spacebarchat-docker.git
And then go to spacebarchat-server-client-proxy
Please adapt the following env variables to your need:
export POSTGRES_USER=postgres
export POSTGRES_PASSWORD=your-password
export POSTGRES_DATABASE=spacebarchat
export MAIL_CERTBOT=your-email
export NGINX_HOST=your-domain
To run it you need docker and docker-compose
sudo docker-compose -f docker-compose.prod.yaml up
or sudo docker-compose -f docker-compose.prod.yaml up -d