logseq-sync/docker-compose.yaml

16 lines
392 B
YAML

services:
logseq-sync:
environment:
DB_SYNC_LOG_LEVEL: "debug"
container_name: logseq-sync
image: "codeberg.org/kellya/logseq-sync:latest"
ports:
- 8787:8787
- 8788:8788
volumes:
- ./data:/logseq-sync/data
# or use a named volume and uncomment the volume section below
# - data:/logseq-sync/data
restart: unless-stopped
#volumes:
# data: