mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-22 15:24:26 +03:00
Use service submodule for volumes type
This commit is contained in:
parent
de9930171a
commit
cb13795408
@ -64,7 +64,7 @@ in
|
|||||||
description = "An attribute set of service configurations. A service specifies how to run an image as a container.";
|
description = "An attribute set of service configurations. A service specifies how to run an image as a container.";
|
||||||
};
|
};
|
||||||
docker-compose.volumes = lib.mkOption {
|
docker-compose.volumes = lib.mkOption {
|
||||||
type = lib.types.anything;
|
type = lib.types.attrsOf (lib.types.submodule service.volumes);
|
||||||
description = "A attribute set of volume configurations.";
|
description = "A attribute set of volume configurations.";
|
||||||
default = {};
|
default = {};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user