Update docker-compose.pro.yaml

This commit is contained in:
Andros Fenollosa 2021-07-05 11:33:29 +02:00 committed by GitHub
parent c3575b30ec
commit 2a53fa53cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ services:
DEBUG: "False"
ALLOWED_HOSTS: ""
SECRET_KEY: "secret"
DB: "../database.sqlite"
DB: "database.sqlite"
DOMAIN: ""
DOMAIN_URL: "https://"
STATIC_URL: "/static/"