Compare commits

...

4 commits

2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,26 @@
services:
obsidian-livesync:
image: couchdb:latest
container_name: obsidian-livesync
user: 1000:1000
environment:
- COUCHDB_USER=obsidian
- COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
volumes:
- /mnt/docker/obsidian-livesync/data:/opt/couchdb/data
- /mnt/docker/obsidian-livesync/config:/opt/couchdb/etc/local.d
ports:
- 5984:5984
networks:
- default
- proxy
labels:
caddy: ols.ferngarden.net
caddy.import: internal
caddy.reverse_proxy: '{{ upstreams 5984 }}'
restart: unless-stopped
networks:
default:
proxy:
external: true

View file

@ -411,6 +411,18 @@ MOLLY_VAPID_PRIVKEY=[[MOLLY_VAPID_PRIVKEY]]
##
[[stack]]
name = "obsidian-livesync"
[stack.config]
server = "docker.local"
linked_repo = "github"
run_directory = "obsidian-livesync"
environment = """
COUCHDB_PASSWORD=[[OBSIDIAN_LIVESYNC_DB_PASSWORD]]
"""
##
[[stack]]
name = "paperless"
tags = ["internal"]