mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
Add Obsidian LiveSync
This commit is contained in:
parent
dcc0985754
commit
582c7506ce
1 changed files with 26 additions and 0 deletions
26
obsidian-livesync/compose.yaml
Normal file
26
obsidian-livesync/compose.yaml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
obsidian-livesync:
|
||||||
|
container_name: obsidian-livesync
|
||||||
|
image: couchdb:3.3.3
|
||||||
|
environment:
|
||||||
|
- PUID=99
|
||||||
|
- PGID=100
|
||||||
|
- UMASK=0022
|
||||||
|
- TZ=Australia/Perth
|
||||||
|
- COUCHDB_USER=obsidian
|
||||||
|
- COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
|
||||||
|
volumes:
|
||||||
|
- /mnt/docker/obsidian-livesync/data:/opt/couchdb/data
|
||||||
|
- /mnt/docker/obsidian-livesync/etc/local.d:/opt/couchdb/etc/local.d
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- proxy
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
caddy: obsidian-livesync.ferngarden.net
|
||||||
|
caddy.import: internal
|
||||||
|
caddy.reverse_proxy: '{{ upstreams 5984 }}'
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
proxy:
|
||||||
|
external: true
|
Loading…
Add table
Add a link
Reference in a new issue