implemented viewcount

This commit is contained in:
CDaut 2022-09-12 00:37:42 +02:00 committed by CDaut
parent a8b2b6d1c0
commit dab1a625c6
6 changed files with 24 additions and 2 deletions

View file

@ -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