- Copy
docker/.env-sample
to.env
. - Update the environment variables in the
.env
file (if needed). - Build the images and run the containers:
deploy compose -f deploy-compose.yaml --env-file=deploy/.env up -d --build
Test it out at http://localhost:824. No mounted folders. To apply changes, the image must be re-built.