8 ms·
Dev containers support Docker Compose, is running the database inside the dev container preferable to using that? Or is that what you meant?
by eberkund 4y ago
Dev containers support Docker Compose, is running the database inside the dev container preferable to using that? Or is that what you meant?
- pamelafox 4y agoYep, sorry for being unclear, I used docker-compose: https://github.com/pamelafox/django-quiz-app/blob/main/.devcontainer/docker-compose.yml https://github.com/pamelafox/django-quiz-app/blob/main/.devc... There are a few config options there that took some tweaking.