disable automatic updates

attempt to fix kitchenowl hosts again
This commit is contained in:
Pim Kunis 2023-12-29 11:03:13 +01:00
parent dbf84c7f93
commit 36b2b48692
2 changed files with 13 additions and 11 deletions

View file

@ -14,10 +14,10 @@ volumes:
device: ":/mnt/data/kitchenowl/data" device: ":/mnt/data/kitchenowl/data"
services: services:
front: kitchenowl-front:
image: tombursch/kitchenowl-web:v0.4.20 image: tombursch/kitchenowl-web:v0.4.20
depends_on: depends_on:
- back - kitchenowl
networks: networks:
- traefik - traefik
- kitchenowl - kitchenowl
@ -31,6 +31,8 @@ services:
- traefik.http.routers.kitchenowl.service=kitchenowl - traefik.http.routers.kitchenowl.service=kitchenowl
- traefik.http.services.kitchenowl.loadbalancer.server.port=80 - traefik.http.services.kitchenowl.loadbalancer.server.port=80
- traefik.docker.network=traefik - traefik.docker.network=traefik
environment:
BACK_URL: 'kitchenowl:5000'
kitchenowl: kitchenowl:
image: tombursch/kitchenowl:v92 image: tombursch/kitchenowl:v92
networks: networks:

View file

@ -93,14 +93,14 @@ in
source = borgmaticConfig; source = borgmaticConfig;
}; };
systemd.timers.borgmatic = { # systemd.timers.borgmatic = {
description = "Run borgmatic backup"; # description = "Run borgmatic backup";
wantedBy = [ "timers.target" ]; # wantedBy = [ "timers.target" ];
timerConfig = { # timerConfig = {
OnCalendar = "*-*-* 3:00:00"; # OnCalendar = "*-*-* 3:00:00";
Persistent = true; # Persistent = true;
RandomizedDelaySec = "3h"; # RandomizedDelaySec = "3h";
}; # };
}; # };
}; };
} }