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>
9 lines
233 B
Bash
9 lines
233 B
Bash
docker rm -f lab-proxy || /usr/bin/true
|
|
|
|
docker run -d --name lab-proxy \
|
|
--restart unless-stopped \
|
|
-v /srv/docker/lab-proxy/nginx.conf:/etc/nginx/nginx.conf:ro \
|
|
-p 9443:9443 \
|
|
-p 9444:9444 \
|
|
-p 9080:9080 \
|
|
nginx:alpine |