Youe Graillot
ec0a3aa070
Fix docker image and docker image test ( #852 )
...
* Github Action build and push to dockerhub
* CI updates docker description
* Convert rst readme to markdown
* Update CONTRIBUTORS
* Revert "CI updates docker description"
This reverts commit 33e2e7b5c2
.
* Revert "Convert rst readme to markdown"
This reverts commit dc25f8dbe4
.
* CI deploy on master branch
* CI test image
* Fix empty SESSION_COOKIE_SECURE
* Dockerfile : sanitize ENV
* entrypoint.sh : sort
* docker-compose.yml
* CI test with docker compose
* CI reorganize
* Default SESSION_COOKIE_SECURE to True
* Add some comments for readability.
Co-authored-by: Alexis Métaireau <alexis@notmyidea.org>
2021-10-17 16:21:42 +02:00
Baptiste Jonglez
e626a1cbea
Implement security best practices using Flask-Talisman
2021-10-10 22:06:33 +02:00
Raju Subramanian
942617a436
Change Dockerfile to compile python dependencies at build time.
...
- Updated entrypoint.sh
- Updated docs for running with Docker
- Added .dockerignore
2021-07-14 18:01:34 +02:00
Norman
99cdfa5a80
Add BABEL_DEFAULT_TIMEZONE to docker entryfile.sh ( #714 )
...
* Set a default timezone to UTC for docker
2021-02-04 23:31:45 +01:00
am97
eea50b9b2c
Misc small updates ( #536 )
2020-02-23 19:27:39 +01:00
Benjamin Bouvier
9a889f61c7
[docker] Download IHM from Pypy or reference git repo;
...
This creates two modes to run the Docker image:
- either in non-NIGHTLY mode, the latest version will be installed from
pypy.
- or in Nightly mode, it will clone the repository and update it every
time the instance is restarted.
It also updates Python to 3.7, for additional goodness.
2019-07-31 13:02:03 +02:00