custom container network for forgejo runners

This commit is contained in:
Gabriel Simmer 2024-02-05 13:09:27 +00:00
parent 5d947ae27b
commit 3afa37a6ca
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -348,6 +348,7 @@
tokenFile = config.age.secrets.action-token.path;
settings = {
cache.port = 4328;
container.network = "podman3";
};
};
};