Skip to content

Commit

Permalink
Merge pull request #11384 from camptocamp/backport/11382-to-master
Browse files Browse the repository at this point in the history
[Backport master] Add missing PGSCHEMA in geoportal in simple mode
  • Loading branch information
sbrunner authored Sep 17, 2024
2 parents 0a83474 + c5d6edb commit 758fc00
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 758fc00

Please sign in to comment.