Services/GiteaRunner: Depend on gitea
This commit is contained in:
@ -20,7 +20,9 @@ in {
|
|||||||
passwordFile = "${config.sops.secrets.docker-password.path}";
|
passwordFile = "${config.sops.secrets.docker-password.path}";
|
||||||
};
|
};
|
||||||
|
|
||||||
dependsOn = [];
|
dependsOn = [
|
||||||
|
"gitea"
|
||||||
|
];
|
||||||
|
|
||||||
ports = [];
|
ports = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user