adding all my compose files

This commit is contained in:
2026-03-29 02:37:51 +00:00
parent 76852b403b
commit 07b2f20ca9
30 changed files with 1012 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Need to set to http over https because local
```
docker exec -it gitlab-runner gitlab-runner register \
--url "http://git.wompmacho.com/" \
--registration-token "glrt-LCZEyPXJs96sb4VL9LrOvm86MQp0OjEKdToxCw.01.120rimamb" \
--executor "docker" \
--docker-image "alpine:latest" \
--description "job-runner" \
--docker-volumes /var/run/docker.sock:/var/run/docker.sock
```