Skip to content

Commit

Permalink
Add missing PGSCHEMA in geoportal in simple mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 17, 2024
1 parent 0a83474 commit c5d6edb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ services:
- PGPASSWORD
- PGDATABASE
- PGSSLMODE
- PGSCHEMA
- PGSCHEMA_STATIC
- PGOPTIONS
- SQLALCHEMY_POOL_RECYCLE
Expand Down Expand Up @@ -361,7 +362,6 @@ services:
volumes:
- .:/src
environment:
- PGSCHEMA
# From geoportal
- DEVELOPMENT
- VISIBLE_ENTRY_POINT
Expand All @@ -374,6 +374,7 @@ services:
- PGPASSWORD
- PGDATABASE
- PGSSLMODE
- PGSCHEMA
- PGSCHEMA_STATIC
- PGOPTIONS
- AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit c5d6edb

Please sign in to comment.