webserver: Add cloudflared
This commit is contained in:
parent
5aa77cc86c
commit
8ac594ea8f
2 changed files with 13 additions and 0 deletions
|
@ -66,6 +66,19 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cloudflared = {
|
||||||
|
service = {
|
||||||
|
image = "cloudflare/cloudflared:latest";
|
||||||
|
container_name = "cloudflared";
|
||||||
|
restart = "unless-stopped";
|
||||||
|
networks = [ "webserver" ];
|
||||||
|
command = [ "tunnel" "--no-autoupdate" "run" "--token" secret.container.webserver.cloudflared.config.token ];
|
||||||
|
labels = {
|
||||||
|
"com.centurylinklabs.watchtower.enable" = "true";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ifconfig-sexy = {
|
ifconfig-sexy = {
|
||||||
service = {
|
service = {
|
||||||
image = "ghcr.io/nifoc/ifconfig.sexy-caddy:master";
|
image = "ghcr.io/nifoc/ifconfig.sexy-caddy:master";
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue