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