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

Add script to reset individual instances #199

Open
juliusknorr opened this issue Jun 28, 2023 · 0 comments
Open

Add script to reset individual instances #199

juliusknorr opened this issue Jun 28, 2023 · 0 comments

Comments

@juliusknorr
Copy link
Owner

Currently the only way to reset an instance is to call docker compose down -v which is quite bad as it will remove all instances and their data.

Ideally we'd have a small helper script which would:

  • Remove the manually picked container and its volumes
  • Drop the s3 bucket if used
  • Drop the database only for the picked container depending on which db backend is used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant