-
Clone the repository
git clone git@github.com:PHLAK/plume-compose.git -
Initialize the configuration files
make initor manually run the commands in
Makefile -
Set the environment variables in
.env -
Run
docker compose configto validate and confirm your configuration -
Run
docker compose up -dto start the containers
Your Plume installation can be configured by adding environment variables to the
environment.d/plume.env file. See the Plume Documentation
for the list of available environment variables and what they do.
Important
After modifying environment.d/plume.env you must restart your containers
(i.e. docker compose up -d) for the changes to apply.