41 lines
1.3 KiB
YAML
41 lines
1.3 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.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/couchdb.png"
|
|
net.unraid.docker.webui: "https://obsidian.homecube.org/_utils"
|
|
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: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/obsidian-logo.png"
|
|
net.unraid.docker.shell: bash
|
|
folder.view2: "Services"
|