We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe68d6b + 133e3b2 commit 5cbc844Copy full SHA for 5cbc844
docker-compose.yml
@@ -17,7 +17,10 @@ services:
17
environment:
18
- POSTGRES_USER=freesound
19
- POSTGRES_DB=freesound
20
+ # Used to set up the initial database
21
- POSTGRES_PASSWORD=localfreesoundpgpassword
22
+ # Used to connect to the database if we run psql in this container
23
+ - PGPASSWORD=localfreesoundpgpassword
24
- FS_USER_ID
25
26
# Web worker
0 commit comments