Installation
Deploy PowerSync on your own infrastructure (PowerSync Open Edition or PowerSync Enterprise Self-Hosted Edition).
The typical components of a self-hosted production environment are:
Self-hosted PowerSync architecture
The self-hosted deployment is run via Docker. A Docker image is distributed via Docker Hub. Run PowerSync using:
In the above example, the service configuration is injected as an environment variable (which contains the base64 encoding of a config YAML file), but it’s also possible to use a config file mounted on a volume or specified as a command line parameter. Both YAML and JSON config files are supported.
See here for detailed comments on the config file options.
In order to run the PowerSync Service, the following activities are required:
Was this page helpful?