Commit Graph

34 Commits

Author SHA1 Message Date
59d277da3d Add POSTGRES_USER to psql health check during boot
Add POSTGRES_USER to psql health check during boot to support external psql instances better.

Fixes #1656
2022-03-20 00:08:41 +01:00
581ee762b6 Update boot.sh
Add port to pg_isready to allow non-standard ports.
2022-03-03 19:27:51 +01:00
8d3419952c movbed pg password check 2022-03-02 13:11:52 +01:00
8010ee3dca logical fix 2022-03-02 12:22:54 +01:00
0f3d82a5e6 fixing boot script 2022-03-02 12:22:12 +01:00
539578c965 Add check for SECRET_KEY and POSTGRES_PASSWORD 2022-02-16 18:57:25 +01:00
b9f16c3f66 Inverted truth check for GUNICORN_MEDIA 2022-02-14 16:45:37 +01:00
c90de725b0 Only show warning if not using gunicorn 2022-02-14 16:16:45 +01:00
c0b43987dd Added extistence check for nginx config file. 2022-02-14 16:13:16 +01:00
b182a9962c Merge branch 'develop' into develop 2022-02-11 09:17:31 +01:00
45942dfa7f Fixed indentation 2022-02-08 18:20:19 +01:00
cb755a47bc Remove wrong code comment 2022-02-08 18:19:32 +01:00
a35aa953b4 Ping DB instead of trying migration 2022-02-08 18:15:04 +01:00
20cc4b93a9 Add max amount of retries for web container boot 2022-02-07 18:13:19 +01:00
fd5de4e47c Included error code in log message 2022-02-06 19:22:46 +01:00
bb131ef16a Improved wording of log message upon retry 2022-02-06 19:12:52 +01:00
773d2eff37 Moved db-waiting from docker-level to container-level 2022-02-06 18:54:42 +01:00
a47d9d00fd Allow specifying port through TANDOOR_PORT environment variable 2021-09-01 19:46:55 +02:00
486c871cb5 also revert boot script for now 2021-01-13 22:35:27 +01:00
642015b368 testing docker stuff 2021-01-13 22:17:40 +01:00
24ed6a1cd2 recipe stuff 2021-01-12 20:51:28 +01:00
ea30eb96cd changed up structure again 2021-01-04 23:40:58 +01:00
f8e2283a69 testing automatic creation of nginx config dir 2021-01-04 22:50:07 +01:00
d18a330135 reset log level 2020-06-16 19:56:42 +02:00
3b21e44422 log level debug 2020-06-16 18:57:08 +02:00
1a78ca68bb added access logging 2020-06-16 18:50:24 +02:00
fac7b8cd5b added gunicorn error logging 2020-06-16 18:43:16 +02:00
0684c47e2a addding missing cli flag to chmod 2020-06-03 21:52:42 +02:00
be52238413 boot script fix 2020-06-03 21:38:59 +02:00
a0332c432d moved permission fix to boot.sh 2020-06-03 21:31:56 +02:00
b538761746 run container as root for now
since i want to realease this we will for now continue to run this as root inside the containerr. this can be fixed later, PR's welcome
2020-03-26 18:20:44 +01:00
913d858473 updated boot script to fix permission 2020-03-25 22:30:44 +01:00
1e3e03e4af Simplify first user creation 2020-03-20 10:50:34 +01:00
cc931189e8 Run as alpine docker image and server static files with gunicorn 2020-03-19 10:13:49 +01:00