django-on-docker-letsencrypt
django-on-docker-letsencrypt copied to clipboard
Securing a Containerized Django Application with Let's Encrypt
Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...
First of all, thanks a lot for this great tutorial. I'm following along, then I setup a domain name at Namecheap.com and setup Linux instance at DigitalOcean with docker and...
I registered that when deploying your production ready solution, I get upstream error messages in the form of: `2022/04/27 20:04:40 [error] 49#49: *8 connect() failed (111: Connection refused) while connecting...
Problem solved. You need to change media_volume to your local path in docker-compose.prod.yml on line 11 and 33. And remove media_volume from volumes on line 56 https://github.com/testdrivenio/django-on-docker-letsencrypt/issues/17
I'm trying to deploy the code from this repo on my vps, change envs to match my values and run docker-compose, but nginx-proxy-letsencrypt throws following errors: ``` nginx-proxy-letsencrypt_1 | [Fri...
Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.23. Commits 60e648a [3.2.x] Bumped version for 3.2.23 release. f9a7fb8 [3.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. e6d2591 [3.2.x] Added stub...