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

Don't persist data in test docker environment #176

Closed
Holzchopf opened this issue Mar 7, 2025 · 0 comments · Fixed by #177
Closed

Don't persist data in test docker environment #176

Holzchopf opened this issue Mar 7, 2025 · 0 comments · Fixed by #177
Assignees

Comments

@Holzchopf
Copy link
Contributor

Holzchopf commented Mar 7, 2025

Introduction

The way docker-compose.yml is set up, it's not possible to "unmount" volumes for cases when data persistence is not desired (i.e. in testing). There should be a base compose file with no volume mounts which can be extended for the case when persistence is needed.

Acceptance Criteria

  • [ ]

Open Questions

Context

#55

Implementation

See also #173

Use https://docs.docker.com/compose/how-tos/multiple-compose-files/extends/

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 a pull request may close this issue.

1 participant