-
Notifications
You must be signed in to change notification settings - Fork 25
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
Compare Master and developp #119
Conversation
Also change images org to geobretagne, since mviewer org doesn't exist in docker hub.
* using flask to serve the static files * removing the frontend part * simplifying the docker composition
Better log messages
Disable unused options
Draw attention to GeoServer specificities
* Using the docker subdirectory to store docker-specific files (dockerfiles, configurations, ...) * In case of python backend, the config.json is only used client side, as the configuration is done via environment variables on the backend. Keeping the docker version of the config in the static/ files provided by the backend as symlink.
PHP backend is working in the docker-compo, still need to debug the python backend.
* python services behind 'srv/' * make the services url for list/delete configurable
… host * Same ports convention for php & python backends (same listening port)
also fixing doc
Add types packages in dev-requirements.txt to make `mypy` happy.
Fix CI build
Following this issue, moby/moby#37965 adding DOCKER_BUILDKIT env var make the build working.
Fixing CI by adding magical env var
Fix apps list
Seul le config-sample.json est en conflit. |
link to #112 |
A priori il n'y a rien à faire pour le fichier config-sample.json : la version de la branche develop a l'air très bien. Si ? |
J'ai résolu le conflit sur config-sample.json. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai rapidement testé cette PR avec un docker compose.
Je n'ai pas repéré d'anomalie.
J'ai noté une erreur lors de l'exécution des tests unitaires sur le backend Python (dans les Github actions).
Les images docker sont maintenant générées sans erreurs et poussées sur hub docker. |
Draft to compare master and develop