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 4123f9a commit 6edee27Copy full SHA for 6edee27
docker-compose.dev.yml
@@ -69,7 +69,7 @@ services:
69
- ${POSTGRES_VOLUME}:/var/lib/postgresql/data/pgdata
70
environment:
71
POSTGRES_HOST_AUTH_METHOD: "trust"
72
- POSTGRES_USER: ${DATABASE_USER:-llmstack}
+ POSTGRES_USER: ${DATABASE_USER:-postgres}
73
POSTGRES_PASSWORD: ${DATABASE_PASSWORD:-}
74
PGDATA: /var/lib/postgresql/data/pgdata
75
env_file:
0 commit comments