Skip to content

Commit 51bc32a

Browse files
Chore/update service image (#42)
* update PowerSync service Docker image * cleanup
1 parent dad4ca2 commit 51bc32a

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# PowerSync Self Hosted Example
22

3+
## 2024-11-27
4+
5+
- Updated `journeyapps/powersync-service:latest` image specifier which will target `>v.1.0.0` of the Docker image. This version of the Docker image contains support for MongoDB (alpha), MySQL (alpha) and the new modular architecture.
6+
37
## v0.6.1
48

59
- Updated `powersync/web` to version `1.11.0` in NodeJS demo app.

demos/nodejs-mongodb/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ services:
1616
depends_on:
1717
mongo-rs-init:
1818
condition: service_completed_successfully
19-
# MongoDB support is available via this image version
20-
image: journeyapps/powersync-service:0.0.0-dev-20240923154849
2119
volumes:
2220
- ./config:/config

demos/nodejs-mysql/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ services:
2121
condition: service_healthy
2222
mongo-rs-init:
2323
condition: service_completed_successfully
24-
# MySQL support is available via this image version
25-
image: journeyapps/powersync-service:0.0.0-dev-20241024055608
2624
volumes:
2725
- ./config:/config

services/powersync.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
services:
22
powersync:
33
restart: unless-stopped
4-
# This currently uses a development image for the Next version of the PowerSync
5-
# service. This Next version contains a new module system which will enable plugable
6-
# functionality in the future. Functionality in this version should be the same as the
7-
# latest stable version.
8-
# Please report any issues experienced. Thank you for testing.
9-
# Feel free to revert to the stable version by using
10-
# image: journeyapps/powersync-service:latest
11-
image: journeyapps/powersync-service:0.0.0-dev-20240920084840
4+
image: journeyapps/powersync-service:latest
125
# The unified service runs an API server and replication worker in the same container.
136
# These services can be executed in different containers by using individual entry commands e.g.
147
# Start only the API server with

0 commit comments

Comments
 (0)