mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
docker deploy setup
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
ignis:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
OBSIDIAN_VERSION: "1.8.9"
|
||||
ports:
|
||||
- "8082:8080"
|
||||
volumes:
|
||||
- ./vault:/vault
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user