Production deployment scripts for Komunitin at https://komunitin.org
Copy and edit the .env
file:
$ cp .env.template .env
Copy the Firebase admin SDK key file to komunitin-project-firebase-adminsdk.json
.
$ docker compose up -d --build
Either use the provided Traefik reverse proxy or configure your own.
$ docker compose -f traefik.yml up -d