Skip to content

Commit

Permalink
close #479
Browse files Browse the repository at this point in the history
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
  • Loading branch information
khs1994 committed Dec 9, 2020
1 parent da09321 commit 9d62668
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose/demo/django/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:

db:
image: postgres
environment:
POSTGRES_PASSWORD: 'postgres'

web:
build: .
Expand Down
3 changes: 3 additions & 0 deletions compose/django.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
db:
image: postgres
environment:
POSTGRES_PASSWORD: 'postgres'
web:
build: .
Expand Down Expand Up @@ -78,6 +80,7 @@ DATABASES = {
'USER': 'postgres',
'HOST': 'db',
'PORT': 5432,
'PASSWORD': 'postgres',
}
}
```
Expand Down

0 comments on commit 9d62668

Please sign in to comment.