diff --git a/forgejo-runner.container b/forgejo-runner.container index b547961..3aaacde 100644 --- a/forgejo-runner.container +++ b/forgejo-runner.container @@ -7,12 +7,16 @@ ContainerName=forgejo-runner User=0 SecurityLabelDisable=true +SeccompProfile=/usr/share/containers/seccomp.json Image=code.forgejo.org/forgejo/runner:3.3.0 Exec=forgejo-runner --config config.yml daemon +Environment=DOCKER_HOST=unix:///run/user/987/podman/podman.sock + Volume=forgejo-runner_data:/data -Volume=/run/user/987/podman/podman.sock:/var/run/docker.sock:z +Volume=/run/user/987/podman/podman.sock:/run/user/987/podman/podman.sock +Volume=/usr/share/containers/seccomp.json:/usr/share/containers/seccomp.json:ro Network=pasta diff --git a/install b/install index fc173a6..708bc57 100755 --- a/install +++ b/install @@ -6,7 +6,7 @@ source "${SCRIPT_DIR}/pretty_print" # Includes our nice print function CONTAINERS_SYSTEMD_DIR="/var/lib/forgejo-runner/.config/containers/systemd" -FORGEJO_INSTANCE="https://git.archive.hostux.fr" +FORGEJO_INSTANCE="https://git.hostux.fr" if [ "$1" = "--skip-init" ]; then pretty_print "Skipping the initial configuration." yellow bold