Hello,
I followed the "Quick Start Docker Recommended" by cloning and doing "docker compose up -d" (not docker-compose as it is depreciated) and I got multiple errors.
So lets' dig in it:
- the git clone command works successfully:
- the docker compose (please remove that dash in your example) does not
- first we have a missing .env.production file in the frontend folder
Solved by copying the .env.example to production
- second we have missing .env file in the backend
Solved by copying the .env.example and modifying it by creating the multiple secrets requested inside.
- finally Worklenz is not compatible with RHEL-based linux... only Debian...
In the end it is not as easy as git clone + docker compose up. We have to modify files from example to prod and even create secrets. This should be in the documentation. Or, during the first run all these must be automatically created.
Did I miss something?
My environment:
If you need more info, please do not hesitate.
Hello,
I followed the "Quick Start Docker Recommended" by cloning and doing "docker compose up -d" (not docker-compose as it is depreciated) and I got multiple errors.
So lets' dig in it:
Solved by copying the .env.example to production
Solved by copying the .env.example and modifying it by creating the multiple secrets requested inside.
In the end it is not as easy as git clone + docker compose up. We have to modify files from example to prod and even create secrets. This should be in the documentation. Or, during the first run all these must be automatically created.
Did I miss something?
My environment:
If you need more info, please do not hesitate.