mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-06 04:22:28 +08:00
Compare commits
4 commits
d9ea8bc64b
...
5baa893a3b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5baa893a3b | ||
![]() |
2e64bd621c | ||
![]() |
99cc9cd5ae | ||
02138b57f8 |
2 changed files with 38 additions and 0 deletions
26
obsidian-livesync/compose.yaml
Normal file
26
obsidian-livesync/compose.yaml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
services:
|
||||||
|
obsidian-livesync:
|
||||||
|
image: couchdb:latest
|
||||||
|
container_name: obsidian-livesync
|
||||||
|
user: 1000:1000
|
||||||
|
environment:
|
||||||
|
- COUCHDB_USER=obsidian
|
||||||
|
- COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
|
||||||
|
volumes:
|
||||||
|
- /mnt/docker/obsidian-livesync/data:/opt/couchdb/data
|
||||||
|
- /mnt/docker/obsidian-livesync/config:/opt/couchdb/etc/local.d
|
||||||
|
ports:
|
||||||
|
- 5984:5984
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- proxy
|
||||||
|
labels:
|
||||||
|
caddy: ols.ferngarden.net
|
||||||
|
caddy.import: internal
|
||||||
|
caddy.reverse_proxy: '{{ upstreams 5984 }}'
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
proxy:
|
||||||
|
external: true
|
|
@ -411,6 +411,18 @@ MOLLY_VAPID_PRIVKEY=[[MOLLY_VAPID_PRIVKEY]]
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
||||||
|
[[stack]]
|
||||||
|
name = "obsidian-livesync"
|
||||||
|
[stack.config]
|
||||||
|
server = "docker.local"
|
||||||
|
linked_repo = "github"
|
||||||
|
run_directory = "obsidian-livesync"
|
||||||
|
environment = """
|
||||||
|
COUCHDB_PASSWORD=[[OBSIDIAN_LIVESYNC_DB_PASSWORD]]
|
||||||
|
"""
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
[[stack]]
|
[[stack]]
|
||||||
name = "paperless"
|
name = "paperless"
|
||||||
tags = ["internal"]
|
tags = ["internal"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue