Skip to content

Commit

Permalink
Upgrade to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Sep 17, 2024
1 parent c91fd03 commit 7d75b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONST_create_template/docker-compose-lib.yaml
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
3 changes: 2 additions & 1 deletion docker-compose-lib.yaml
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 7d75b13

Please sign in to comment.