add example docker-compose

This commit is contained in:
Alex Kelly 2026-03-13 21:32:21 -04:00
commit c67a60d747

8
docker-compose.yaml Normal file
View file

@ -0,0 +1,8 @@
services:
logseq-sync:
container_name: logseq-sync
image: "codeberg.org/kellya/logseq-sync:latest"
volumes:
- ./data:/logseq-sync/data
restart: unless-stopped
network_mode: host