Add serviceName option to documentation
This commit is contained in:
parent
91e67df844
commit
49bc39d860
1 changed files with 7 additions and 4 deletions
|
@ -53,10 +53,13 @@ NOTE: This deployment method does NOT use an `arion-pkgs.nix` file, but reuses
|
||||||
|
|
||||||
virtualisation.arion = {
|
virtualisation.arion = {
|
||||||
backend = "podman-socket"; # or "docker"
|
backend = "podman-socket"; # or "docker"
|
||||||
projects.example.settings = {
|
projects.example = {
|
||||||
# Specify you project here, or import it from a file.
|
serviceName = "example"; # optional systemd service name, defaults to arion-example in this case
|
||||||
# NOTE: This does NOT use ./arion-pkgs.nix, but defaults to NixOS' pkgs.
|
settings = {
|
||||||
imports = [ ./arion-compose.nix ];
|
# Specify you project here, or import it from a file.
|
||||||
|
# NOTE: This does NOT use ./arion-pkgs.nix, but defaults to NixOS' pkgs.
|
||||||
|
imports = [ ./arion-compose.nix ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue