nitter: Remove from webserver config
This commit is contained in:
parent
4223a36be6
commit
0fe049ad36
1 changed files with 0 additions and 18 deletions
|
@ -37,24 +37,6 @@ in
|
|||
inherit (secret.container.webserver.weewx) labels;
|
||||
};
|
||||
};
|
||||
|
||||
nitter = {
|
||||
service = {
|
||||
image = "zedeus/nitter:latest";
|
||||
container_name = "nitter";
|
||||
restart = "unless-stopped";
|
||||
ports = [ "127.0.0.1:8001:8080" ];
|
||||
environment = {
|
||||
"TZ" = "Europe/Berlin";
|
||||
};
|
||||
volumes = [
|
||||
"/etc/container-webserver/nitter/nitter.conf:/src/nitter.conf"
|
||||
];
|
||||
labels = {
|
||||
"com.centurylinklabs.watchtower.enable" = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
} // custom-config
|
||||
|
|
Loading…
Reference in a new issue