mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
16 lines
517 B
YAML
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"]
|