support basic auth and create deployment container

This commit is contained in:
2026-03-06 03:50:52 -05:00
parent 5ee3df86f1
commit 6450f905c3
6 changed files with 207 additions and 18 deletions

14
docker-compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
services:
jormundb:
image: atl.vultrcr.com/jormun/jormundb:latest
pull_policy: always
restart: unless-stopped
network_mode: host
volumes:
- ./data:/data
environment:
JORMUN_HOST: 0.0.0.0
JORMUN_PORT: 8002
JORMUN_DATA_DIR: /data
JORMUN_VERBOSE: 0
JORMUN_ACCESS_KEY: AKIAIOSFODNN7EXAMPLE