Initial import

This commit is contained in:
Admin
2026-07-11 17:08:37 +00:00
commit 03e5f3452b
303 changed files with 43365 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
name: thlab-notes
networks:
thlab_proxy:
name: thlab_proxy
volumes:
quartz:
name: thlab_notes
driver: local
services:
quartz:
build:
context: ./worker
dockerfile: Dockerfile
container_name: thlab-notes
volumes:
- quartz:/usr/src/app
networks:
- thlab_proxy
environment:
- VAULT_REPO=https://git.tinyhome.ndmv.net/Tiny-Home/Tiny-Home.git
- VAULT_BRANCH=main
- SYNC_INTERVAL=30
restart: unless-stopped