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 a run-docker-dev Makefile command #1480

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Add a run-docker-dev Makefile command #1480

merged 1 commit into from
Dec 18, 2024

Conversation

tdruez
Copy link
Contributor

@tdruez tdruez commented Dec 16, 2024

Those changes add a few utilities to run the app with the full Docker services stack in DEV mode.

The local scanpipe source directory is mounted in the Docker image and the code changes in that directory are detected by the Gunicorn workers. Those are automatically reloaded.

You can run this setup using make run-docker-dev,
or the full docker compose command: docker compose -f docker-compose.yml -f docker-compose.dev.yml up

@tdruez tdruez merged commit 26ded5e into main Dec 18, 2024
9 checks passed
@tdruez tdruez deleted the docker-dev-mode branch December 18, 2024 11:28
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.

1 participant