From cd05e900db93e60de96576d4fbab9b81cd86ef9f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 4 Jan 2025 21:18:47 +0400 Subject: [PATCH] im --- modules/server/services/forgejo/woodpecker.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/server/services/forgejo/woodpecker.nix b/modules/server/services/forgejo/woodpecker.nix index 0373efdd..5cfc9ebc 100644 --- a/modules/server/services/forgejo/woodpecker.nix +++ b/modules/server/services/forgejo/woodpecker.nix @@ -49,10 +49,11 @@ in { # We need this to talk to the podman socket extraGroups = [ "podman" ]; environment = { - WOODPECKER_SERVER = "localhost:3007"; + WOODPECKER_SERVER = "localhost:9000"; WOODPECKER_MAX_WORKFLOWS = "1"; DOCKER_HOST = "unix:///run/podman/podman.sock"; WOODPECKER_BACKEND = "docker"; + WOODPECKER_HEALTHCHECK_ADDR = ":3001"; }; # Same as with woodpecker-server # WOODPECKER_AGENT_SECRET goes here too idiot