Skip to content

Commit 308cdc0

Browse files
committed
Add NGINX_MAX_UPLOAD_SIZE to example docker-compose configs to make it more discoverable. #issue 582
1 parent fcd723e commit 308cdc0

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

docker-compose-aws.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ services:
2424
- REDMINE_BACKUP_EXPIRY=
2525
- REDMINE_BACKUP_TIME=
2626

27+
- NGINX_MAX_UPLOAD_SIZE=20m
28+
2729
- SMTP_ENABLED=false
2830
- SMTP_METHOD=smtp
2931
- SMTP_DOMAIN=www.example.com

docker-compose-mariadb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ services:
4848
- REDMINE_BACKUP_EXPIRY=
4949
- REDMINE_BACKUP_TIME=
5050

51+
- NGINX_MAX_UPLOAD_SIZE=20m
52+
5153
- SMTP_ENABLED=false
5254
- SMTP_METHOD=smtp
5355
- SMTP_DOMAIN=www.example.com

docker-compose-memcached.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ services:
4545
- REDMINE_BACKUP_EXPIRY=
4646
- REDMINE_BACKUP_TIME=
4747

48+
- NGINX_MAX_UPLOAD_SIZE=20m
49+
4850
- SMTP_ENABLED=false
4951
- SMTP_METHOD=smtp
5052
- SMTP_DOMAIN=www.example.com

docker-compose-mysql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ services:
4343
- REDMINE_BACKUP_EXPIRY=
4444
- REDMINE_BACKUP_TIME=
4545

46+
- NGINX_MAX_UPLOAD_SIZE=20m
47+
4648
- SMTP_ENABLED=false
4749
- SMTP_METHOD=smtp
4850
- SMTP_DOMAIN=www.example.com

docker-compose-sqlite3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ services:
2222
- REDMINE_BACKUP_EXPIRY=
2323
- REDMINE_BACKUP_TIME=
2424

25+
- NGINX_MAX_UPLOAD_SIZE=20m
26+
2527
- SMTP_ENABLED=false
2628
- SMTP_METHOD=smtp
2729
- SMTP_DOMAIN=www.example.com

docker-compose-ssl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ services:
4242
- REDMINE_BACKUP_EXPIRY=
4343
- REDMINE_BACKUP_TIME=
4444

45+
- NGINX_MAX_UPLOAD_SIZE=20m
46+
4547
- SMTP_ENABLED=false
4648
- SMTP_METHOD=smtp
4749
- SMTP_DOMAIN=www.example.com

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ services:
4444
- REDMINE_BACKUP_EXPIRY=
4545
- REDMINE_BACKUP_TIME=
4646

47+
- NGINX_MAX_UPLOAD_SIZE=20m
48+
4749
- SMTP_ENABLED=false
4850
- SMTP_METHOD=smtp
4951
- SMTP_DOMAIN=www.example.com

0 commit comments

Comments
 (0)