infra: relocate docker-30 compose stack under vms-home/, add garage and frisbee-drills
Move the docker-30 service definitions (gitea, kanidm, vault, zot, nginx, lab-proxy, maru-hleda-byt, fuj-management) into vms-home/ to match the naming convention used for other hosts, and add the new garage object-storage and frisbee-drills services alongside it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
9
vms-home/docker-30/kanidm/run.sh
Normal file
9
vms-home/docker-30/kanidm/run.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
docker rm -f kanidmd
|
||||
|
||||
docker run -d --name=kanidmd --restart=always \
|
||||
-p '8443:8443' \
|
||||
-p '3636:3636' \
|
||||
--volume /srv/docker/kanidm/data:/data \
|
||||
docker.io/kanidm/server:1.9.1
|
||||
|
||||
# previous version: 1.8.5
|
||||
Reference in New Issue
Block a user