frappe_docker icon indicating copy to clipboard operation
frappe_docker copied to clipboard

Docker images for production and development setups of the Frappe framework and ERPNext

Results 76 frappe_docker issues
Sort by recently updated
recently updated
newest added

The cert-data volume is not used by any container. ```json volumes: cert-data: name: frappe_cert-data ```

bug

Why is the queue-long container configured for long, default and short queues, when the queue-short container is dedicated to the short and default queues? ```json queue-long: command: - bench -...

question

i have docker images for custom frappe and i pull and run it by docker compose so i want rename site name of frappe from example.com to abc.com what do...

question

## Description of the issue I deploy frappe-docker on ubuntu 22.04. I use the overrides/compose.postgres.yaml for postgres database setup. However when I access fontend via http://localhost:8080/, it returns 504 Gateway...

bug

I have setup this app long ago but now I have to change the encryption key on Mariadb (in RDS) but I don't know the changes that have to done...

question

## Description of the issue Issue with DNS Resolution in Docker Compose Single Server Multi Bench Setup ## Context information (for bug reports) Service names are the same when following...

bug

Hello, I'm attempting to enable the Mailpit service. I have successfully initiated the container and can access the GUI on port 8025. The documentation in [docs/development.md](https://github.com/frappe/frappe_docker/blob/e70b9954c6115f4dd55e7e43ca4e1906da130147/docs/development.md) lacks of instructions so...

question

Hi, We have a development frappe docker environment deployed locally on Linux (using dev containers in vscode), and we created a vue.js app inside one of our apps using Doppio....

question

I want deploying nexterp with docker but want customize db name/password(also about database root password) How can I able do it? I saw example.env may do it:https://github.com/frappe/frappe_docker/blob/main/docs/setup-options.md but not successes,...

question

i have issue when i run docker development : Traceback (most recent call last): File "/home/frappe/.local/bin/bench", line 8, in sys.exit(cli()) ^^^^^ File "/home/frappe/.bench/bench/cli.py", line 74, in cli cmd_from_sys = get_cmd_from_sysargv()...

bug