You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to change to another port as 80 is already exposed for a different service of us
docker compose build
docker compose up
[+] Running 1/0
✔ Container cachet-docker-cachet-1 Created 0.0s
Attaching to cachet-1
cachet-1 | Initializing Cachet container ...
cachet-1 | ERROR: Please set the 'APP_KEY=base64:xxx' environment variable at runtime or in docker-compose.yml and re-launch
cachet-1 exited with code 0
set the APP_KEY
docker compose build & docker compose up:
✔ Container cachet-docker-cachet-1 Recreated 0.1s
Attaching to cachet-1
cachet-1 | Initializing Cachet container ...
cachet-1 | Attempting to connect to database ...
cachet-1 | ...........................................................
cachet-1 | Could not connect to database server! Aborting...
cachet-1 exited with code 0
The text was updated successfully, but these errors were encountered:
Hello, i am trying to set up cachet with an existing postgres installation.
I did the following:
I needed to change to another port as 80 is already exposed for a different service of us
The text was updated successfully, but these errors were encountered: