Deployment with Docker compose

Configure

Copy example.env to .env and enter values.

Initialize

./init.sh

Start

docker compose up --force-recreate --detach

Update app

Adjust WEB_TAG in .env if necessary.

./update.sh

Execute commands in web container

docker compose exec -it web /bin/sh