-
Notifications
You must be signed in to change notification settings - Fork 22
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
Modifications to docker related files #6
Conversation
…o the image as default and local patzilla.ini is linked into container, if present
…g to mongodb container
…e file is docker related
Thanks for the update :)
in the docker compose. Dont think that this is required, just to let you know. |
Hey there, quite a bunch of stuff. I will try to answer in detail to share my thoughts. Thank you so much for your valuable contributions again, @aghster! Docker subdirectory
Thanks.
This is important as the patzilla distribution package already contains a compiled release of the frontend patzilla-ui, otherwise the user would have to build the frontend using webpack on her workstation. As this would require more steps to perform and maybe additional quirks to resolve, it would not deliver properly on the wash & go experience we are trying to achieve here. Sidenote: Saying that, there might be another type of Docker container in the future which will give you a complete development sandbox setup. While I recognize Alpine Linux is popular amongst Docker people by optimizing for resource efficiency and image size, I am also looking into the direction of a regular Debian-based Docker container here. As the production system is running on Debian Linux, this would deliver an environment which is closer to each other. Dependency care
Thanks. The missing Properly link
|
Hi,
I have reviewed the old docker files and tried to improve them a bit, particularly so that they now hopefully work out-of-the-box.
The main modifications are:
I hope, this makes it easier to quickly set up a running patzilla docker container.