Revant Nandgaonkar
Revant Nandgaonkar
Check env vars https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md#environment-variables You can also override the nginx template or nginx config with `.Values.nginx.config` https://github.com/frappe/helm/blob/02f59326bd79bd0ffa00706d42107bc7b3c3a5a3/erpnext/values.yaml#L25-L26 enable-scheduler is effective in any pod. You can make it a custom job...
> Docker Compose Restart does not pick python code changes like 'bench restart' does https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions#how-to-install-official-or-custom-apps Any application code changes are part of custom image. Re-build image and restart containers with...
`docker compose logs` will show logs
remove it and send pr. btw I don't use docker-compose. I use k8s and helm chart.
make sure the db service is up and running before create site is executed. disable create site during first run. Let the services start. Add the job once everything is...
@MohammedNoureldin change this file https://github.com/frappe/helm/blob/main/erpnext/templates/job-create-site.yaml and send a pull request. Add check in `initContainer`, `wait-for-it` command is available in container. I assumed bench new-site will exit with appropriate exit code....
You can use branch or tag. In case you need specific commit, you'll need to fork like this https://github.com/frappe/wiki/issues/279#issue-2558454710
Try ```sh --env-file /path/to/.env ```
> https://github.com/frappe/frappe_docker/blob/main/pwd.yml to use coolify's generated variables. This compose file is a simple set of containers required to run ERPNext. Two services out of these files are ideally run only...
If you need site backup done by frappe-bench then translate this to a scheduled task https://github.com/frappe/frappe_docker/blob/main/docs/backup-and-push-cronjob.md