wilmarguida
cde03a0f33
fix: respect TANDOOR_PORT MEDIA_ROOT and STATIC_ROOT in the nginx config
...
Signed-off-by: wilmarguida <w.denouden@guida.nl >
2025-08-05 08:55:02 +02:00
wilmarguida
e51fda5f20
fix: use MEDIA_ROOT when specified in chown in boot.sh
...
Signed-off-by: wilmarguida <w.denouden@guida.nl >
2025-08-04 20:31:55 +02:00
vabene1111
9fcbbc17e8
port change logic
2025-07-31 16:04:30 +02:00
vabene1111
3103f28fc8
maybe now ?
2025-07-28 22:19:06 +02:00
vabene1111
a5df1275ec
try a different way
2025-07-28 22:09:58 +02:00
vabene1111
a4308f9864
run nginx as part of boot script
2025-07-28 22:06:55 +02:00
vabene1111
8149b05185
delete http.d by default
2025-07-28 21:32:59 +02:00
vabene1111
991089c17a
various little fixes
2025-07-17 16:04:31 +02:00
Tom Pansino
a6f8a9ef06
Support reading S3_SECRET_ACCESS_KEY from file
2025-05-03 09:07:14 -07:00
Bishtawi
e844d2995a
Support reading secrets from files
2024-11-24 12:31:17 -08:00
smilerz
1d58f318ca
removing pre-cached staticfiles from Docker & boot.sh
2024-04-30 07:21:30 -05:00
tooboredtocode
42b7d1afcb
fix: image not working in docker compose environments
2024-04-08 23:58:10 +02:00
tooboredtocode
99868e4e80
Reapply "Merge pull request #3055 from tooboredtocode/develop"
...
This reverts commit f14acc371d .
2024-04-08 23:56:49 +02:00
vabene1111
f14acc371d
Revert "Merge pull request #3055 from tooboredtocode/develop"
...
This reverts commit d7669279ff , reversing
changes made to 4293ec77c0 .
2024-04-08 07:20:41 +02:00
tooboredtocode
20b812c2cc
feat: re-add venv
2024-03-22 19:04:29 +01:00
tooboredtocode
7bfa23b953
feat: better messages
2024-03-22 11:32:30 +01:00
tooboredtocode
ae37abf8b2
fix: fix modified the wrong file
2024-03-22 11:26:26 +01:00
tooboredtocode
1235cb8da5
feat: improve docker run speeds
2024-03-22 00:50:02 +01:00
vabene1111
aebc4a45ff
fixed boot script for systems that dont support ipv6
2024-03-09 07:31:28 +01:00
swnf
5a6a1787cf
Make gunicorn and nginx listen to IPv6
2023-11-06 18:01:53 +01:00
smilerz
225ddc8eeb
Update boot.sh
...
updated to handle postgres defined in database_url
2023-11-01 07:49:07 -05:00
smilerz
6680fbb644
changes to enable sqlite3 in docker container
2023-10-30 21:37:45 -05:00
John Karabudak
ccd0667f04
Added support for keeping SECRET_KEY and POSTGRES_PASSWORD in a file
...
This commit adds two optional environment variables:
- SECRET_KEY_FILE
- POSTGRES_PASSWORD_FILE
This change allows mounting secret data when running this in Docker Swarm, instead of having to hard-code it in our docker-compose file or provide it alongside all other environment variables.
2023-09-30 01:12:30 -02:30
Daniel Schulz
8b50b99977
make gunicorn log level setting available
2023-05-21 14:06:54 +02:00
vabene1111
12491d1302
changed gunicorn default settings
2022-09-21 20:17:00 +02:00
Szeraax
39f5fca89b
Update boot.sh
...
Set default value to 1 if null or unset for gunicorn workers/threads.
2022-09-21 11:06:55 -06:00
vabene1111
c7f75fe58f
boot.sh
2022-08-05 17:55:25 +02:00
vabene1111
2eed5143fe
boot.sh
2022-08-05 17:43:59 +02:00
vabene1111
6e4ea518d9
boot.sh
2022-08-05 17:36:00 +02:00
vabene1111
a898d722d6
fixed typo
2022-08-05 17:21:59 +02:00
vabene1111
904358bb00
allow changing gunicorn settings
2022-08-05 17:13:27 +02:00
MaxJa4
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
Raffael Theiler
581ee762b6
Update boot.sh
...
Add port to pg_isready to allow non-standard ports.
2022-03-03 19:27:51 +01:00
vabene1111
8d3419952c
movbed pg password check
2022-03-02 13:11:52 +01:00
vabene1111
8010ee3dca
logical fix
2022-03-02 12:22:54 +01:00
vabene1111
0f3d82a5e6
fixing boot script
2022-03-02 12:22:12 +01:00
MaxJa4
539578c965
Add check for SECRET_KEY and POSTGRES_PASSWORD
2022-02-16 18:57:25 +01:00
MaxJa4
b9f16c3f66
Inverted truth check for GUNICORN_MEDIA
2022-02-14 16:45:37 +01:00
MaxJa4
c90de725b0
Only show warning if not using gunicorn
2022-02-14 16:16:45 +01:00
MaxJa4
c0b43987dd
Added extistence check for nginx config file.
2022-02-14 16:13:16 +01:00
vabene1111
b182a9962c
Merge branch 'develop' into develop
2022-02-11 09:17:31 +01:00
MaxJa4
45942dfa7f
Fixed indentation
2022-02-08 18:20:19 +01:00
MaxJa4
cb755a47bc
Remove wrong code comment
2022-02-08 18:19:32 +01:00
MaxJa4
a35aa953b4
Ping DB instead of trying migration
2022-02-08 18:15:04 +01:00
MaxJa4
20cc4b93a9
Add max amount of retries for web container boot
2022-02-07 18:13:19 +01:00
MaxJa4
fd5de4e47c
Included error code in log message
2022-02-06 19:22:46 +01:00
MaxJa4
bb131ef16a
Improved wording of log message upon retry
2022-02-06 19:12:52 +01:00
MaxJa4
773d2eff37
Moved db-waiting from docker-level to container-level
2022-02-06 18:54:42 +01:00
Christoph Schmatzler
a47d9d00fd
Allow specifying port through TANDOOR_PORT environment variable
2021-09-01 19:46:55 +02:00
vabene1111
486c871cb5
also revert boot script for now
2021-01-13 22:35:27 +01:00