Skip to content

Commit

Permalink
Osm connection parameter are necessary in geoportal container when ru…
Browse files Browse the repository at this point in the history
…nning the project localy to have working layer filer using osm data.
  • Loading branch information
ochriste committed Aug 14, 2024
1 parent d58d54c commit 6650204
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ services:
extends:
file: docker-compose-lib.yaml
service: mapserver

volumes_from:
- config:ro

Expand Down Expand Up @@ -118,6 +117,12 @@ services:
environment:
- PGSCHEMA
- OSM_PGDATABASE
- OSM_PGHOST
- OSM_PGHOST_SLAVE
- OSM_PGPORT
- OSM_PGPORT_SLAVE
- OSM_PGPASSWORD
- OSM_PGUSER
- RASTER_BASE_PATH
- SMTP_USER
- SMTP_PASSWORD
Expand Down

0 comments on commit 6650204

Please sign in to comment.