41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
services:
|
|
couchdb-obsidian-livesync:
|
|
container_name: obsidian-livesync #shortened name
|
|
image: couchdb:3.3.3
|
|
environment:
|
|
- PUID=99
|
|
- PGID=100
|
|
- UMASK=0022
|
|
- TZ=Europe/Vienna
|
|
- COUCHDB_USER=obsidian
|
|
- COUCHDB_PASSWORD=Runway-Germinate-Plenty-Crank-Untouched-0380
|
|
volumes:
|
|
- /mnt/user/appdata/couchdb-obsidian-livesync/data:/opt/couchdb/data
|
|
- /mnt/user/appdata/couchdb-obsidian-livesync/etc/local.d:/opt/couchdb/etc/local.d
|
|
ports:
|
|
- "5984:5984"
|
|
restart: unless-stopped
|
|
labels:
|
|
net.unraid.docker.webui: https://obsidian.homecube.org/_utils
|
|
net.unraid.docker.icon: https://couchdb.apache.org/image/couch@2x.png
|
|
net.unraid.docker.shell: bash
|
|
folder.view2: "Databases"
|
|
|
|
obsidian:
|
|
image: lscr.io/linuxserver/obsidian:latest
|
|
container_name: obsidian
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/Vienna
|
|
volumes:
|
|
- /mnt/user/appdata/obsidian/config:/config
|
|
ports:
|
|
- 3000:3000
|
|
shm_size: "1gb"
|
|
labels:
|
|
net.unraid.docker.webui: https://notes.obsidian.homecube.org/
|
|
net.unraid.docker.icon: /mnt/user/appdata/.icons/obsidian.png
|
|
net.unraid.docker.shell: bash
|
|
folder.view2: "Services"
|