Files
templates/blueprints/powersync/docker-compose.yml
2026-05-15 18:54:52 +03:00

16 lines
517 B
YAML

services:
powersync:
image: journeyapps/powersync-service:1.21.0
restart: unless-stopped
environment:
POWERSYNC_CONFIG_B64: ${POWERSYNC_CONFIG_B64}
POWERSYNC_SYNC_CONFIG_B64: ${POWERSYNC_SYNC_CONFIG_B64}
PS_DATA_SOURCE_URI: ${PS_DATA_SOURCE_URI}
PS_PORT: ${PS_PORT:-8080}
PS_JWKS_URL: ${PS_JWKS_URL:-}
PS_ADMIN_TOKEN: ${PS_ADMIN_TOKEN}
NODE_OPTIONS: ${NODE_OPTIONS}
ports:
- "${PS_PORT:-8080}:${PS_PORT:-8080}"
command: ["start", "-r", "unified"]