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>
10 lines
259 B
Bash
10 lines
259 B
Bash
#!/bin/bash
|
|
|
|
docker rm -f fuj-management
|
|
|
|
# gitea registry login with kacerr / token
|
|
docker run -d --name fuj-management \
|
|
--restart=always \
|
|
-p 8081:5001 \
|
|
-v /srv/fuj-management/data:/app/data \
|
|
gitea.home.hrajfrisbee.cz/kacerr/fuj-management:latest |