implemented viewcount
This commit is contained in:
parent
a8b2b6d1c0
commit
dab1a625c6
6 changed files with 24 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
- "8000:8000"
|
||||
env_file:
|
||||
- envvars.env
|
||||
command: python3 manage.py runserver_plus --cert-file cert.pem --key-file key.pem --keep-meta-shutdown 0.0.0.0:8000
|
||||
command: python3 manage.py runserver 0.0.0.0:8000
|
||||
|
||||
db:
|
||||
image: postgres:14.3-alpine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue