Skip to content

Commit 6650204

Browse files
committed
Osm connection parameter are necessary in geoportal container when running the project localy to have working layer filer using osm data.
1 parent d58d54c commit 6650204

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docker-compose.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ services:
3232
extends:
3333
file: docker-compose-lib.yaml
3434
service: mapserver
35-
3635
volumes_from:
3736
- config:ro
3837

@@ -118,6 +117,12 @@ services:
118117
environment:
119118
- PGSCHEMA
120119
- OSM_PGDATABASE
120+
- OSM_PGHOST
121+
- OSM_PGHOST_SLAVE
122+
- OSM_PGPORT
123+
- OSM_PGPORT_SLAVE
124+
- OSM_PGPASSWORD
125+
- OSM_PGUSER
121126
- RASTER_BASE_PATH
122127
- SMTP_USER
123128
- SMTP_PASSWORD

0 commit comments

Comments
 (0)