We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30b964 commit 3662b09Copy full SHA for 3662b09
samples/django-postgres/compose.dev.yaml
@@ -47,6 +47,8 @@ services:
47
environment:
48
- DEBUG=True
49
- POSTGRES_PASSWORD=password
50
+ - SECRET_KEY=-x!x@_u71m7*cbb0ggh2w8**w_#of43q@ht05-h9gdwz9+1_pd
51
+ - ALLOWED_HOSTS=*
52
volumes:
53
- "./app:/code"
54
command: python manage.py runserver 0.0.0.0:8000
0 commit comments