Deploy using Docker
We build a Docker image that serves the application using Nginx.
The latest tag packages the tip of the main branch, semver tags match releases.
Configuration
Environment variables are described here.
Deploy
This will run the unstable version. You should probably use the last release as the image tag, and update when new versions are available.
docker run -d --restart=unless-stoped --name posca \
-e POSCA_MATRIX_URL=https://matrix.example.com \
-e POSCA_MATRIX_DOMAIN=example.com \
registry.gitlab.com/technostructures/posca/posca:latest