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