mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
12 lines
188 B
YAML
12 lines
188 B
YAML
|
|
services:
|
||
|
|
ignis:
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
args:
|
||
|
|
OBSIDIAN_VERSION: "1.8.9"
|
||
|
|
ports:
|
||
|
|
- "8082:8080"
|
||
|
|
volumes:
|
||
|
|
- ./vault:/vault
|
||
|
|
restart: unless-stopped
|