Skip to content

Docker Quick Deployment Errors and only Debian-based #325

@Lord-ZuzurNC

Description

@Lord-ZuzurNC

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:
Image
  • the docker compose (please remove that dash in your example) does not
    • first we have a missing .env.production file in the frontend folder
Image

Solved by copying the .env.example to production

Image
  • second we have missing .env file in the backend
Image

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...
Image

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:

Image

If you need more info, please do not hesitate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions