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

Cleanup docker compose #533

Merged
merged 2 commits into from
Mar 26, 2020
Merged

Cleanup docker compose #533

merged 2 commits into from
Mar 26, 2020

Conversation

hardbyte
Copy link
Collaborator

No description provided.

@hardbyte hardbyte requested a review from wilko77 March 24, 2020 20:01
@@ -54,18 +58,6 @@ services:
depends_on:
- db

# The dm admin
db_admin:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we not need the db_admin any more?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect no one other than myself ever used it. It is useful to see the time queries take and see the locks on the database. Want me to put it in a developer-tools.yml file or something?

@@ -6,6 +6,7 @@ colorama==0.4.3 # required for structlog
connexion==2.6.0
Flask-Opentracing==1.1.0
Flask==1.1.1
flower==0.9.3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is that for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they look pretty 🌹

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flower is a celery monitoring tool - we have an example use in the docker-compose file (commented out).

@hardbyte hardbyte merged commit 0ed4bc2 into develop Mar 26, 2020
@hardbyte hardbyte deleted the cleanup-docker-compose branch March 26, 2020 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants