Skip to content

Commit 5cbc844

Browse files
authored
Merge pull request #1835 from MTG/pg-password
Set postgres runtime password in docker-compose file
2 parents fe68d6b + 133e3b2 commit 5cbc844

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ services:
1717
environment:
1818
- POSTGRES_USER=freesound
1919
- POSTGRES_DB=freesound
20+
# Used to set up the initial database
2021
- POSTGRES_PASSWORD=localfreesoundpgpassword
22+
# Used to connect to the database if we run psql in this container
23+
- PGPASSWORD=localfreesoundpgpassword
2124
- FS_USER_ID
2225

2326
# Web worker

0 commit comments

Comments
 (0)