greatbit / quack

Web Based Test Management System
Apache License 2.0
116 stars 34 forks source link

Docker Compose Setup failed #259

Open rutschi100 opened 1 year ago

rutschi100 commented 1 year ago

Describe the bug The setup with Docker Compose does not work. No new project can be created. An error is displayed and an exception is visible in the logs.

To Reproduce Steps to reproduce the behavior:

  1. Run Docker Compose with the ./docker-compose.yml
  2. Start http://localhost:80 in the Browser
  3. Login with somelogin:somepass Credentials
  4. Create a new Project
  5. Fill in the Form
  6. Submit

Expected behavior The project should be created and no errors should be displayed in the UI. There should also be no exits in the logs at this point.

Screenshots image

Desktop (please complete the following information):

Additional context Log from Quack Container: https://github.com/rutschi100/BugReport/blob/main/greatbit/quack/Logs%20from%20Quack%20Container/26.06.2023.log Log from MongoDB Container: https://github.com/rutschi100/BugReport/blob/main/greatbit/quack/Logs%20from%20Mongod%20Container/26.06.2023.log