Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.27 KB

README.md

File metadata and controls

51 lines (32 loc) · 2.27 KB

PowerSync is a Postgres-SQLite sync layer, which helps developers to create local-first real-time reactive apps that work seamlessly both online and offline.

Quick reference

Where to get help:

Where to file issues: https://github.com/powersync-ja/powersync-service/issues

Supported architectures: (more info) amd64, arm64

Source of this description: Github link

How to use this image

Start a PowerSync server instance

docker run \
-p 8080:80 \
-e POWERSYNC_CONFIG_B64="$(base64 -i ./config.yaml)" \
--network my-local-dev-network \
--name my-powersync journeyapps/powersync-service:latest

See the documentation for additional information.

See the Docker Compose Demo for a Docker Compose quick start.

Telemetry

PowerSync may collect telemetry data about your usage. Telemetry data allows us to shape our roadmap to better serve you and other customers. Collection of telemetry data is anonymized and optional. If you do not want telemetry data collected, you may opt-out. See https://docs.powersync.com/self-hosting/telemetry for further info.

License

This image is published under the FSL-1.1-Apache-2.0 license.

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.