updated .env insertation
This commit is contained in:
@@ -14,6 +14,10 @@ services:
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
POSTGRES_HOST: ${DB_HOST}
|
||||
POSTGRES_PORT: ${DB_PORT}
|
||||
DEBUG: ${DEBUG}
|
||||
ALLOWED_HOSTS: ${DEBUG}
|
||||
env_file:
|
||||
.env
|
||||
restart: unless-stopped
|
||||
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user