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.
1 parent 1ca3039 commit b5cbf46Copy full SHA for b5cbf46
.devcontainer/docker-compose.yml
@@ -27,9 +27,9 @@ services:
27
volumes:
28
- postgres-data:/var/lib/postgresql/data
29
environment:
30
- POSTGRES_USER: "${DBUSER}"
31
- POSTGRES_DB: "${DBNAME}"
32
- POSTGRES_PASSWORD: "${DBPASS}"
+ POSTGRES_DB: app
+ POSTGRES_USER: app_user
+ POSTGRES_PASSWORD: app_password
33
34
# Add "forwardPorts": ["5432"] to **devcontainer.json** to forward PostgreSQL locally.
35
# (Adding the "ports" property to this file will not forward from a Codespace.)
0 commit comments