support basic auth and create deployment container
This commit is contained in:
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user