1. Installation
Source: https://www.journiv.com/docs/installation/docker
Then go into your terminal and make sure you provide the following permissions for the journiv data folder.
mkdir -p data/app data/postgres data/valkey
sudo chown -R 1000:1000 data
sudo chmod -R 755 data
Then fill in the docker compose file
Then copy paste the .env file
Then in the .env file you should create again some secrets with
docker compose up -d
Then make sure you have your reverse proxy ready !! Because it will only load for the Domain you have set in the .env file!!