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
241 B
Bash
9 lines
241 B
Bash
#!/bin/bash
|
|
|
|
docker rm -f drills-presejpacky
|
|
|
|
# gitea registry login with kacerr / token
|
|
docker run -d --name drills-presejpacky \
|
|
--restart=always \
|
|
-p 3101:3000 \
|
|
gitea.home.hrajfrisbee.cz/kacerr/flat-stack-presejpacky:presejpacky-v1 |