Thanks to visit codestin.com Credit goes to github.com
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 e699ba1 commit bdef571Copy full SHA for bdef571
docker-compose.yaml
@@ -5,7 +5,7 @@ services:
5
ports:
6
- "7080:7080"
7
environment:
8
- CODER_PG_CONNECTION_URL: "postgresql://username:password@database/coder?sslmode=disable"
+ CODER_PG_CONNECTION_URL: "postgresql://${POSTGRES_USER:-username}:${POSTGRES_PASSWORD:-password}@database/${POSTGRES_DB:-coder}?sslmode=disable"
9
CODER_ADDRESS: "0.0.0.0:7080"
10
CODER_ACCESS_URL: "http://host.docker.internal:7080"
11
volumes:
0 commit comments