Skip to content

Commit

Permalink
chore: Remove yet more remnants of offset storage (#589)
Browse files Browse the repository at this point in the history
This removes the bits that were missed in 79dbc84 and de1c571.
  • Loading branch information
alco authored Oct 30, 2023
1 parent 54136a7 commit c2d0428
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions docs/usage/installation/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ services:
ports:
- 5133:5133
restart: always
volumes:
- electric_data:/app/data
```
### Build
Expand Down
3 changes: 0 additions & 3 deletions examples/beer-stars/backend/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ configs:

volumes:
pg_data:
electric_data:

services:
postgres:
Expand Down Expand Up @@ -40,8 +39,6 @@ services:
AUTH_MODE: insecure
ports:
- 5133:5133
volumes:
- electric_data:/app/data
depends_on:
- postgres

Expand Down
3 changes: 0 additions & 3 deletions examples/expo/backend/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ configs:

volumes:
pg_data:
electric_data:

services:
postgres:
Expand Down Expand Up @@ -39,7 +38,5 @@ services:
AUTH_MODE: insecure
ports:
- 5133:5133
volumes:
- electric_data:/app/data
depends_on:
- postgres
3 changes: 0 additions & 3 deletions examples/linearlite/backend/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ configs:

volumes:
pg_data:
electric_data:

services:
postgres:
Expand Down Expand Up @@ -39,7 +38,5 @@ services:
AUTH_MODE: insecure
ports:
- 5133:5133
volumes:
- electric_data:/app/data
depends_on:
- postgres
3 changes: 0 additions & 3 deletions examples/react-native/backend/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ configs:

volumes:
pg_data:
electric_data:

services:
postgres:
Expand Down Expand Up @@ -39,7 +38,5 @@ services:
AUTH_MODE: insecure
ports:
- 5133:5133
volumes:
- electric_data:/app/data
depends_on:
- postgres
3 changes: 0 additions & 3 deletions examples/starter/template/backend/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ configs:

volumes:
pg_data:
electric_data:

services:
postgres:
Expand Down Expand Up @@ -42,7 +41,5 @@ services:
ports:
- ${ELECTRIC_PORT:-5133}:5133
- ${ELECTRIC_PROXY_PORT:-65432}:65432
volumes:
- electric_data:/app/data
depends_on:
- postgres
3 changes: 0 additions & 3 deletions examples/web-wa-sqlite/backend/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ configs:

volumes:
pg_data:
electric_data:

services:
postgres:
Expand Down Expand Up @@ -39,7 +38,5 @@ services:
AUTH_MODE: insecure
ports:
- 5133:5133
volumes:
- electric_data:/app/data
depends_on:
- postgres
1 change: 0 additions & 1 deletion local-stack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ stop:
docker compose down --volumes

clean:
docker volume rm -f local-stack_electric_data
docker volume rm -f local-stack_pg_data

3 changes: 0 additions & 3 deletions local-stack/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ configs:

volumes:
pg_data:
electric_data:

services:
postgres_1:
Expand All @@ -34,7 +33,5 @@ services:
ELECTRIC_FEATURES:
ports:
- 5133:5133
volumes:
- electric_data:/app/data
depends_on:
- postgres_1

0 comments on commit c2d0428

Please sign in to comment.