Pēteris Caune
cb78bb02d3
Update Dockerfile to install everything from piwheels on arm/v7
3 years ago
Pēteris Caune
6ce002c064
Add libffi-dev in Dockerfile to fix cffi build
3 years ago
Pēteris Caune
b77c54f665
Update Dockerfile to install apprise
Fixes : #581
3 years ago
Pēteris Caune
30a3482d0e
Fix missing uwsgi dependencies in arm/v7 Docker image
3 years ago
Pēteris Caune
1b0f5e92f1
Update Dockerfile to use the piwheels.org repo on armhf
cc: #565 , #568
3 years ago
Pēteris Caune
27da637e86
Fix Dockerfile to correctly build cryptography==35.0.0 on 32-bit arm
Fixes : #565
Also, split Dockerfile into two stages, so rust
and other build dependencies don't end up in the final image.
Note cryptography has binary wheels for various architectures,
but unfortunately not for 32-bit arm. And, starting from v35.0.0,
cryptography requires rust to build from source.
3 years ago
Jake Howard
cd4cc1f2d9
Pin debian version to Buster
Bullseye isn't currently supported on the Pi 4
3 years ago
Jake Howard
7a5afc26be
Install libpq-dev so psycopg2 can build correctly
3 years ago
Jake Howard
25da46f5b6
Use slim version of docker container
This massively reduces the size of the final container
3 years ago
Yann Papouin
b5fd5cfaed
Fix db-data volume in docker-compose.yml
Use data folder otherwise a second volume is created that becomes orphaned after a docker-compose down.
3 years ago
Pēteris Caune
e6427995b7
Add Whitenoise and improve README
Fixes : #548
3 years ago
Pēteris Caune
fd7ab5e767
Implement PagerDuty Simple Install Flow
3 years ago
Mathias Chevalier
a101b1de91
[DOCKER] Fix failing build on armhf, due to cryptography lib trying to build rust
4 years ago
Pēteris Caune
f06616a934
Add Python 3.9 to the testing matrix
4 years ago
Pēteris Caune
65ace8238a
Add the ZULIP_ENABLED setting
4 years ago
Pēteris Caune
e2c90c05b8
Add the VICTOROPS_ENABLED setting
4 years ago
Pēteris Caune
8811640d45
Add the SPIKE_ENABLED setting
4 years ago
Pēteris Caune
725be65bdd
Add the PROMETHEUS_ENABLED setting
4 years ago
Pēteris Caune
419d96da7a
Add the PAGERTREE_ENABLED setting
4 years ago
Pēteris Caune
28150e85fa
Add the PD_ENABLED setting
4 years ago
Pēteris Caune
8d5890d883
Add the OPSGENIE_ENABLED setting, rename OpsGenie -> Opsgenie
4 years ago
Pēteris Caune
5f31b8b873
Add the MSTEAMS_ENABLED setting
4 years ago
Pēteris Caune
6c3debaf11
Add the MATTERMOST_ENABLED setting
4 years ago
Pēteris Caune
52435a9a0c
Add the SLACK_ENABLED setting
4 years ago
Pēteris Caune
67ff8a9bee
Add the WEBHOOKS_ENABLED setting
4 years ago
Pēteris Caune
45078e6566
Set the SECRET_KEY default value back to "---"
Previously, I had changed the default value to "", to force
users to set the SECRET_KEY value (the app refuses to start
if SECRET_KEY is empty).
The problem with that is, out of the box, with the default
configuration, the tests also don't run and complain about the
empty SECRET_KEY.
So, a compromise: revert back to the default value "---".
At runtime, if SECRET_KEY has the default value, show a warning
at the top of every page.
4 years ago
Pēteris Caune
4e480cac57
Update instructions in docker/README.md
4 years ago
Pēteris Caune
98b1e13aa1
Update the Docker Compose sample to use an .env file
4 years ago
Pēteris Caune
35e6d41793
Add README
4 years ago
Pēteris Caune
a763fa1de3
Fix DEFAULT_FROM_EMAIL
4 years ago
Pēteris Caune
98439623c5
Add experimental Dockerfile and docker-compose.yml
4 years ago