mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-06 04:22:28 +08:00
Compare commits
No commits in common. "5baa893a3b5be960ed738a46601649c6fc4baf15" and "d9ea8bc64b2a947566cd19b5e80db9d860eacdd2" have entirely different histories.
5baa893a3b
...
d9ea8bc64b
2 changed files with 0 additions and 38 deletions
|
@ -1,26 +0,0 @@
|
||||||
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,18 +411,6 @@ 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