This commit is contained in:
Lucy Hochkamp 2025-10-07 19:41:43 +02:00
parent a046f47171
commit 714e1d5cd3
No known key found for this signature in database
3 changed files with 28 additions and 5 deletions

View file

@ -21,7 +21,8 @@
];
containerConfig.environments = {
WOODPECKER_HOST = "https://woodpecker.hailsatan.eu";
WOODPECKER_OPEN = "false";
WOODPECKER_OPEN = "true";
WOODPECKER_ADMIN = "xyno";
};
containerConfig.environmentFiles = [
config.age.secrets.ds9WoodpeckerEnv.path
@ -39,9 +40,11 @@
];
containerConfig.environments = {
WOODPECKER_SERVER = "woodpecker-server:9000";
BACKEND_DOCKER_ENABLE_IPV6 = "true";
};
containerConfig.networks = [
"woodpecker-net"
"podman"
];
};
};