Michael Stapelberg
a27a5c65aa
Docker: Set AUTOMIGRATE=skip for subprocesses ( #2742 )
2022-08-05 09:34:52 +02:00
Raphael Michel
364cfe0131
Update nginx config for static files
2021-09-17 10:20:43 +02:00
Tim Neumann
680024234d
Dockerfile: Move nginx client_max_body_size to seperate file ( #2207 )
2021-09-16 12:36:25 +02:00
Raphael Michel
8f5f95b04e
nginx: Do not attempt to parse and rewrite our URLs, please
2021-07-30 16:46:03 +02:00
Irmantas Marozas
aae3faed44
Remove redundant mime-type from nginx config
2021-04-26 14:25:31 +02:00
Raphael Michel
25c35b0f73
Docker: Log more things to stdout
2021-02-09 18:16:35 +01:00
Raphael Michel
39223f0f65
Docker setup: Allow to configure number of worker processes
2020-12-16 12:49:13 +01:00
Raphael Michel
33ba4daadb
Docker setup: Tune some nginx parameters
2020-12-16 12:42:49 +01:00
Raphael Michel
6af5b3fd5e
Add option to skip auto migration
2020-11-04 09:48:14 +01:00
Raphael Michel
e980b2c255
Allow to run nginx+gunicorn in Docker container
2020-11-04 09:47:48 +01:00
Raphael Michel
07bd47d934
Docker: Allow to run custom exec commands
2020-10-23 11:21:37 +02:00
Raphael Michel
c15344ced2
Docker: Pass environment variables when calling supervisord
2020-07-30 16:22:37 +02:00
gnomus
1ccf677ea2
Solve some Docker Setup scaling issues ( #1561 )
2020-01-24 14:14:36 +01:00
Raphael Michel
dfa29950ef
Fix #899 -- Docker container: Set gunicorn workers to two times the CPU count
2018-05-09 10:57:59 +02:00
Raphael Michel
e9e155201f
Refs #705 -- Further try to workaround reportlab issue
2017-12-13 12:11:07 +01:00
Raphael Michel
40b84fd676
Docker: Workaround for bug in reportlab 3.4.0
2017-12-04 20:35:32 +01:00
Jan Felix Wiebe
54c7f16c4c
Added missing semicolon to docker nginx config ( #462 )
2017-04-10 15:11:40 +02:00
BenBE
602947a3d7
Add more security headers ( #458 )
...
* Include some missing security headers
This change adds the following security headers:
* X-Content-Type-Options to prevent content type sniffing
* Referrer-Policy to prevent leaking referrer information when navigating away from the instance
* Migrate from Docker sample to manual configuration
Migrate the additional security headers from the Docker configuration sample to the manual configuration guide.
2017-04-06 17:30:26 +02:00
Raphael Michel
a86431bb6d
Docker: Move static files
2017-02-26 11:55:19 +01:00
Raphael Michel
3c75072868
Fix manual install docs and improve nginx config
2017-02-03 15:01:47 +01:00
Raphael Michel
598e7c5637
Add invoice logo
2017-01-21 17:44:47 +01:00
Raphael Michel
f6d8b825d5
Add plugin installation docs and rebuild command
2017-01-04 23:33:07 +01:00
Cpt. Foo
477966b429
Do not leak nginx version in HTTP header ( #270 )
2016-10-11 16:24:56 +02:00
Raphael Michel
d32c1bd9c8
Added runtime SASS compliation and color settings
2016-07-29 20:15:13 +02:00
Raphael Michel
f999b9ffd9
Updated standalone docker file and install guide
2016-05-09 11:11:25 +02:00
Raphael Michel
fdff5e7a98
Switched from LESS to SASS
2016-03-31 20:08:27 +02:00
Raphael Michel
79ad8b40ed
Added python3.5-style type annotations to pretix.base
2015-11-04 23:39:59 +01:00
Raphael Michel
468349e25a
Fixed wrong line in Dockerfile
2015-09-27 19:15:32 +02:00
Raphael Michel
0530416c66
Reworked docker container structure
2015-09-15 21:43:43 +02:00
Raphael Michel
b55b02f4b8
Banktransfer: Added experimental HBCI support
2015-08-20 21:53:10 +02:00
Raphael Michel
b6d9a65073
Added libjpeg-dev to Dockerfile
2015-07-26 00:29:13 +02:00
Raphael Michel
235769ce4f
Added the possibility to use Redis for quota locks
2015-06-30 17:29:34 +02:00
Raphael Michel
620bdb1cd6
Removed supervisord from the docker file
2015-06-30 09:17:45 +02:00
Raphael Michel
cfb8b24b4a
Fixed collectstatic if the now possible static files in DATA_DIR do not
...
exist, also, we have to run collectstatic at startup time
2015-06-29 17:27:50 +02:00
Raphael Michel
c4789fb9a4
Fixed #73 -- Add memcached configuration options
2015-06-23 19:57:34 +02:00
Raphael Michel
f68132f006
Fix data directory settings
2015-06-03 00:29:36 +02:00
Raphael Michel
fbe9f5874d
We need to run compress at docker startup time as it depends on
...
STATIC_URL :(
2015-05-20 18:28:54 +02:00
Raphael Michel
f89fd9c3a2
Use the MySQL connector that is recommended by Django
2015-05-19 00:25:05 +02:00
Raphael Michel
262f69a499
Add dependencies for psycopg to Dockerfile
2015-05-18 17:02:27 +02:00
Raphael Michel
5a4952eb7f
Add MySQL und Postgres drivers to the deployment
2015-05-18 16:47:14 +02:00
Raphael Michel
73a469485b
Docker standalone: migrate before start
2015-05-18 16:28:55 +02:00
Raphael Michel
62b5d1c6eb
Improved dockerfile, config file usage and documentation
2015-05-16 00:56:09 +02:00
Raphael Michel
2a6b1b7b56
Dockerfile now basically works
2015-05-15 23:10:22 +02:00
Raphael Michel
59f8930785
First dockerfile attempt
2015-05-15 17:00:56 +02:00