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 5f45993 commit c2e39efCopy full SHA for c2e39ef
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
ports:
6
- "8080:8080"
7
environment:
8
- - POSTGRES_DSN="postgresql://guest:guest@postgres:5432/speakeasy?sslmode=disable" # Test credentials
+ - POSTGRES_DSN=postgresql://guest:guest@postgres:5432/speakeasy?sslmode=disable # Test credentials
9
- SPEAKEASY_ENVIRONMENT=docker
10
depends_on:
11
- postgres
0 commit comments