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

MDBF-426: Feedback-plugin-backend: Docker compose example using the p… #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

an3l
Copy link
Contributor

@an3l an3l commented May 31, 2022

…lugin doesn't work

  • Update env file, no strings
  • Implement healtcheck by using healthcheck script from MariaDB, needed mysql user created by new env var
  • Implement condition for depends_on service using condition tag that is only available for 2.1 version (not yet for 3.0)

@an3l
Copy link
Contributor Author

an3l commented May 31, 2022

Note that web_1 | django.db.utils.OperationalError: (2002, "Can't connect to MySQL server on 'db' (115)" error is related to the entrypoint.sh and is not part of this PR but one can see that after a while it get executed.
This will be handled in the new PR.

…lugin doesn't work

- Update env file, no strings
- Implement healtcheck by using `healthcheck` script from MariaDB, needed `mysql` user created by new env var
- Implement condition for `depends_on` service using `condition` tag that is only available for 2.1 version (not yet for 3.0)
@an3l an3l force-pushed the anel-docker-compose-bugs branch from 12d2127 to 6058801 Compare June 8, 2022 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant