You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`-a|--alias "BLUE_DATABASE"`: an alternative alias to use for linking to an app via environment variable
182
183
-`-q|--querystring "pool=5"`: ampersand delimited querystring arguments to append to the service link
183
184
184
-
A postgres service can be linked to a container. This will use native docker links via the docker-options plugin. Here we link it to our 'playground' app.
185
+
A postgres service can be linked to a container. This will use native docker links via the docker-options plugin. Here we link it to our 'playground' app.
185
186
186
187
> NOTE: this will restart your app
187
188
@@ -212,7 +213,7 @@ The host exposed here only works internally in docker containers. If you want yo
212
213
dokku postgres:link other_service playground
213
214
```
214
215
215
-
It is possible to change the protocol for `DATABASE_URL` by setting the environment variable `POSTGRES_DATABASE_SCHEME` on the app. Doing so will after linking will cause the plugin to think the service is not linked, and we advise you to unlink before proceeding.
216
+
It is possible to change the protocol for `DATABASE_URL` by setting the environment variable `POSTGRES_DATABASE_SCHEME` on the app. Doing so will after linking will cause the plugin to think the service is not linked, and we advise you to unlink before proceeding.
If you wish to disable the `docker pull` calls that the plugin triggers, you may set the `POSTGRES_DISABLE_PULL` environment variable to `true`. Once disabled, you will need to pull the service image you wish to deploy as shown in the `stderr` output.
655
656
656
-
Please ensure the proper images are in place when `docker pull` is disabled.
657
+
Please ensure the proper images are in place when `docker pull` is disabled.
0 commit comments