diff --git a/obsidian-livesync/compose.yaml b/obsidian-livesync/compose.yaml index 73d3ada..ded8d22 100644 --- a/obsidian-livesync/compose.yaml +++ b/obsidian-livesync/compose.yaml @@ -11,4 +11,16 @@ services: - /mnt/docker/obsidian-livesync/config:/opt/couchdb/etc/local.d ports: - 5984:5984 - restart: unless-stopped \ No newline at end of file + networks: + - default + - proxy + labels: + caddy: ols.ferngarden.net + caddy.import: internal + caddy.reverse_proxy: '{{ upstreams 5984 }}' + restart: unless-stopped + + networks: + default: + proxy: + external: true \ No newline at end of file