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 87f2d39 commit 571786dCopy full SHA for 571786d
compose_example/.env
@@ -2,4 +2,5 @@ POSTGRES_DB=web_app_db
2
POSTGRES_USER=app
3
POSTGRES_PASSWORD=secret
4
POSTGRES_HOST=pg
5
+PG_VERSION=9.6-alpine
6
PROXY_UPSTREAM=webapp:9292
compose_example/docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
- 80:80
14
15
pg:
16
- image: postgres:9.6-alpine
+ image: postgres:${PG_VERSION:-9.6}
17
environment:
18
- POSTGRES_DB
19
- POSTGRES_USER
0 commit comments