Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies for core service in docker-compose.yml #1648

Open
S-Reinhard opened this issue May 16, 2024 · 0 comments
Open

Missing dependencies for core service in docker-compose.yml #1648

S-Reinhard opened this issue May 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Docker fbs-core: web

Comments

@S-Reinhard
Copy link
Contributor

S-Reinhard commented May 16, 2024

Describe the bug
the core application does not provide a working web interface to interact with the feedback system

To Reproduce
Steps to reproduce the behavior:

  1. Clone https://github.com/thm-mni-ii/feedbacksystem/tree/dev
  2. open cloned repo in terminal
  3. type docker-compose up --build -d core and wait for start up
  4. visit https://localhost on your browser
  5. Error: Connect not found

Expected behavior
The log in page of the FBS should be displayed.

Screenshots
image

Desktop (please complete the following information):

  • OS: windows 11
  • Browser: Google Chrome
  • Build: 124.0.6367.203

Additional context
this bug is caused by missing dependencies for core service in docker-compose.yml
the missing depends_on attributes are:

  • mongodb
  • minio
@S-Reinhard S-Reinhard added bug Something isn't working fbs-core: web Docker labels May 16, 2024
@S-Reinhard S-Reinhard self-assigned this May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Docker fbs-core: web
Projects
None yet
Development

No branches or pull requests

1 participant