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

dev: if DEV_SOURCE_PATH is undefined run without reloader. #2306

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

rochacbruno
Copy link
Member

  • If DEV_SOURCE_PATH is not defined run without reloader to save resources
  • Fixed reloader to actually take the changes, it was missing /app mount point
  • Added troubleshooting section to README

TIL:

If you leave an undefined variable on compose yaml, docker compose will try to read from external environment, if not found it will just leave as undefined, so DEV_SOURCE_PATH: ${DEV_SOURCE_PATH} is not required, we can just do DEV_SOURCE_PATH:

- If DEV_SOURCE_PATH is not defined run without reloader to save resources
- Fixed reloader to actually take the changes, it was missing `/app` mount point
- Added troubleshooting section to README
Copy link

sonarcloud bot commented Oct 11, 2024

@rochacbruno rochacbruno merged commit 383684a into ansible:master Oct 11, 2024
19 of 21 checks passed
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.

2 participants