Skip to content

Commit

Permalink
Merge pull request #35 from barbalex/pglite
Browse files Browse the repository at this point in the history
some imporvements
  • Loading branch information
barbalex authored Jan 16, 2025
2 parents 6ad4d6b + 216b10e commit 2ac547b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO: use gbif, electric and postgresql in the same docker-compose file
name: ps
# name: ps
services:
pg:
image: postgres:16-alpine
Expand All @@ -26,13 +26,13 @@ services:
environment:
# see: https://electric-sql.com/docs/deployment/docker
DATABASE_URL: postgresql://postgres:${ELECTRIC_DATABASE_PASSWORD}@pg/postgres
# DATABASE_REQUIRE_SSL: false
# LOGICAL_PUBLISHER_HOST: electric
ELECTRIC_WRITE_TO_PG_MODE: direct_writes
PG_PROXY_PASSWORD: ${ELECTRIC_PG_PROXY_PASSWORD}
AUTH_MODE: insecure
# ERROR: The Compose file './docker-compose.yml' is invalid because: services.electric.environment.DATABASE_REQUIRE_SSL contains false, which is an invalid type, it should be a string, number, or a null
# TODO: deactivate for production
DATABASE_REQUIRE_SSL: false
# DATABASE_REQUIRE_SSL: false
LOG_LEVEL: debug
ports:
- 5133:5133
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2ac547b

Please sign in to comment.