attempted enabling HTTPS dev server
This commit is contained in:
parent
e52cfa83f5
commit
7f608e9663
4 changed files with 9 additions and 6 deletions
|
|
@ -6,14 +6,12 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- ./markdownblog:/markdownblog
|
||||
- ./markdownblog:/markdownblog
|
||||
ports:
|
||||
- "8000:8000"
|
||||
env_file:
|
||||
- envvars.env
|
||||
command: python3 manage.py runserver 0.0.0.0:8000
|
||||
|
||||
|
||||
command: python3 manage.py runserver_plus --cert-file cert.pem --key-file key.pem --keep-meta-shutdown 0.0.0.0:8000
|
||||
|
||||
db:
|
||||
image: postgres:14.3-alpine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue