Skip to content

Commit 837a546

Browse files
committed
add POSTGRES_PASSWORD environment variable in CI configuration
1 parent 2eae7b6 commit 837a546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/nestjs-project/compose.ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ services:
3535
postgres:
3636
image: postgres:15
3737
environment:
38+
POSTGRES_PASSWORD: example
3839
POSTGRES_DB: db
3940
ports:
4041
- 5432:5432

0 commit comments

Comments
 (0)