Loki: add doods2 docker container
This commit is contained in:
parent
719db52fd9
commit
8cde2088e3
1 changed files with 11 additions and 0 deletions
|
|
@ -300,6 +300,17 @@ with lib; {
|
|||
# libvirtd.enable = true;
|
||||
podman.enable = true;
|
||||
# virtualbox.host.enable = true;
|
||||
|
||||
oci-containers.containers = {
|
||||
doods2 = {
|
||||
image = "docker.io/snowzach/doods2:latest";
|
||||
# environment = { TZ = "Europe/Rome"; };
|
||||
extraOptions = [ "--pull=always" ];
|
||||
ports = [ "localhost:8080:8080" ];
|
||||
# volumes = [ "/var/lib/hass:/config" "/mnt/raid0/condiviso:/media" ];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services.home-assistant = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue