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 d58d54c commit 6650204Copy full SHA for 6650204
docker-compose.yaml
@@ -32,7 +32,6 @@ services:
32
extends:
33
file: docker-compose-lib.yaml
34
service: mapserver
35
-
36
volumes_from:
37
- config:ro
38
@@ -118,6 +117,12 @@ services:
118
117
environment:
119
- PGSCHEMA
120
- OSM_PGDATABASE
+ - OSM_PGHOST
121
+ - OSM_PGHOST_SLAVE
122
+ - OSM_PGPORT
123
+ - OSM_PGPORT_SLAVE
124
+ - OSM_PGPASSWORD
125
+ - OSM_PGUSER
126
- RASTER_BASE_PATH
127
- SMTP_USER
128
- SMTP_PASSWORD
0 commit comments