docker deploy setup

This commit is contained in:
Nystik
2026-03-10 21:07:19 +01:00
parent d8d12054b7
commit 21952f8130
5 changed files with 125 additions and 14 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
ignis:
build:
context: .
args:
OBSIDIAN_VERSION: "1.8.9"
ports:
- "8082:8080"
volumes:
- ./vault:/vault
restart: unless-stopped