Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Postgres and redis containers left running when using make commands #497

Closed
sanders41 opened this issue May 11, 2022 · 0 comments · Fixed by #498
Closed

Postgres and redis containers left running when using make commands #497

sanders41 opened this issue May 11, 2022 · 0 comments · Fixed by #498
Labels
bug Something isn't working

Comments

@sanders41
Copy link
Contributor

Bug Description

When running make commands, make black, make pytest, etc, the postgres and redis containers are left running and have to be stopped manually.

Steps to Reproduce

  1. Run make black
  2. Run docker ps
  3. See that postgres and redis are still running

Expected behavior

All container should stop

Screenshots

N/A

Environment

  • Version:
  • OS:
  • Python Version:
  • Docker Version:

Additional context

Calling teardown at the end fixes this.

@sanders41 sanders41 added the bug Something isn't working label May 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant