added calibre-web draft
This commit is contained in:
parent
644385ab14
commit
ddf6abe85f
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ in
|
||||||
environment = {
|
environment = {
|
||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
DOCKER_MODS = "linuxserver/mods:universal-calibre";
|
DOCKER_MODS = "linuxserver/mods:universal-calibre";
|
||||||
|
PUID = "1337";
|
||||||
|
PGID = "1337";
|
||||||
};
|
};
|
||||||
#environmentFiles = [ config.sops.secrets."${name}/env".path ];
|
#environmentFiles = [ config.sops.secrets."${name}/env".path ];
|
||||||
ports = [
|
ports = [
|
||||||
|
|
@ -39,6 +41,7 @@ in
|
||||||
"/mnt/mergerfs/media/books:/books"
|
"/mnt/mergerfs/media/books:/books"
|
||||||
];
|
];
|
||||||
extraOptions = cfg.podman.extraOptions;
|
extraOptions = cfg.podman.extraOptions;
|
||||||
|
autoStart = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
#services.nginx.virtualHosts.${domain} = {
|
#services.nginx.virtualHosts.${domain} = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue