minhng92 / odoo-17-docker-compose

Set up Odoo 17 (released 2023) quickly for development/production using Docker Compose.
105 stars 130 forks source link

Volume for filestore #4

Closed euroblaze closed 8 months ago

euroblaze commented 8 months ago

Hello @minhng92

Have you thought about creating a separate volume for the filestore?

Thanks for your feedback!

minhng92 commented 8 months ago

Hi @euroblaze ,

The current setup in the docker-compose.yml file stores the filestore in the ./etc directory on the host. The default configuration is intentionally kept simple and portable.

Feel free to customize it for your project as needed.

euroblaze commented 8 months ago

The current setup in the docker-compose.yml file stores the filestore in the ./etc directory on the host. The default configuration is intentionally kept simple and portable.

Thank you, that's perfect!

Ps: really like your v17 Docker; so far the tests are going great!