update woodpecker server
This commit is contained in:
parent
d489c93c47
commit
1052ee25ce
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in {
|
||||||
networking.firewall.allowedTCPPorts = [agentPort];
|
networking.firewall.allowedTCPPorts = [agentPort];
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
"${serverContainerName}" = {
|
"${serverContainerName}" = {
|
||||||
image = "woodpeckerci/woodpecker-server@sha256:e6027e46a782d50790183b7274a2a2ad3a6c6fb9a645e6af81a16419613c28ea";
|
image = "woodpeckerci/woodpecker-server@sha256:6eed5ffee4172574b6c022549ef90dc63e8c3a7724a4b32eb980798d628e0d55";
|
||||||
volumes = ["woodpecker-server-data:${path}"];
|
volumes = ["woodpecker-server-data:${path}"];
|
||||||
environmentFiles = ["${config.sops.secrets.gitea-env.path}"];
|
environmentFiles = ["${config.sops.secrets.gitea-env.path}"];
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Reference in a new issue