Skip to content

Commit 133e3b2

Browse files
committed
Set postgres runtime password in docker-compose file
1 parent 446499d commit 133e3b2

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)