Skip to content

Commit

Permalink
ci: update electric
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Jun 12, 2024
1 parent 16fd475 commit 2fb4989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/docker-compose.development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- pg_data_preprod:/var/lib/postgresql/data

electric:
image: electricsql/electric:0.11.1
image: electricsql/electric:0.12.0
restart: always
depends_on:
- pg
6 changes: 3 additions & 3 deletions ci/docker-compose.main.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.1"

volumes:
pg_data:
pg_data_main:

services:
frontend:
Expand All @@ -23,11 +23,11 @@ services:
- wal_level=logical
restart: always
volumes:
- pg_data:/var/lib/postgresql/data
- pg_data_main:/var/lib/postgresql/data
- ./db/init/:/docker-entrypoint-initdb.d

electric:
image: electricsql/electric:0.11.1
image: electricsql/electric:0.12.0
depends_on:
- pg
restart: always
Expand Down

0 comments on commit 2fb4989

Please sign in to comment.