AllskyTeam / allsky-website

Web interface displaying an image from an allsky camera.
54 stars 42 forks source link

docker for development #115

Closed minjja closed 2 years ago

EricClaeys commented 2 years ago

@minjja What do these changes do, and why are they needed? There is no description in the PR, commits, or code.

EricClaeys commented 2 years ago

@minjja Hi, What do these changes do, and why are they needed? There is no description in the PR, commits, or code.

EricClaeys commented 2 years ago

@minjja ?

linuxkidd commented 2 years ago

@EricClaeys Looking over the patches, this provides a quick means of spinning up a docker container to do development work on the allsky-website code. Docker containers define an environment which includes all necessary dependencies, without polluting the main host OS, and keeps the containerized code sequestered, thus providing a security boundary.

EricClaeys commented 2 years ago

@minjja. Please apply your changes to the "dev" branch, otherwise they will be overwritten when we make it the next release.

EricClaeys commented 2 years ago

Sorry, apply changes to the "home-page-customization" branch.