docker-compose/cachet
Ash Leece e4a49c9ba2 Working Cachet 2020-07-13 16:29:04 +00:00
..
.env.db.sample Working Cachet 2020-07-13 16:29:04 +00:00
.env.sample Working Cachet 2020-07-13 16:29:04 +00:00
README.md Working Cachet 2020-07-13 16:29:04 +00:00
docker-compose.yml Working Cachet 2020-07-13 16:29:04 +00:00

README.md

Cachet

Setting the APP_KEY env var

When running the compose file for the first time run without the "-d"

docker-compose up

Look through the output for a line specifying the APP_KEY, format example:

APP_KEY=base64:ok6fhe+j50Weid9teM3Yi6NScsQhNloddE1KQkiy61I=

Paste the output into the .env file at the relevant line, replacing the existing line with the above.

Once completed can now be run as: docker-compose up -d