Skip to content

Commit 3662b09

Browse files
committed
add secret key and hosts
1 parent e30b964 commit 3662b09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/django-postgres/compose.dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ services:
4747
environment:
4848
- DEBUG=True
4949
- POSTGRES_PASSWORD=password
50+
- SECRET_KEY=-x!x@_u71m7*cbb0ggh2w8**w_#of43q@ht05-h9gdwz9+1_pd
51+
- ALLOWED_HOSTS=*
5052
volumes:
5153
- "./app:/code"
5254
command: python manage.py runserver 0.0.0.0:8000

0 commit comments

Comments
 (0)