disable automatic updates
attempt to fix kitchenowl hosts again
This commit is contained in:
parent
dbf84c7f93
commit
36b2b48692
2 changed files with 13 additions and 11 deletions
|
@ -14,10 +14,10 @@ volumes:
|
|||
device: ":/mnt/data/kitchenowl/data"
|
||||
|
||||
services:
|
||||
front:
|
||||
kitchenowl-front:
|
||||
image: tombursch/kitchenowl-web:v0.4.20
|
||||
depends_on:
|
||||
- back
|
||||
- kitchenowl
|
||||
networks:
|
||||
- traefik
|
||||
- kitchenowl
|
||||
|
@ -31,6 +31,8 @@ services:
|
|||
- traefik.http.routers.kitchenowl.service=kitchenowl
|
||||
- traefik.http.services.kitchenowl.loadbalancer.server.port=80
|
||||
- traefik.docker.network=traefik
|
||||
environment:
|
||||
BACK_URL: 'kitchenowl:5000'
|
||||
kitchenowl:
|
||||
image: tombursch/kitchenowl:v92
|
||||
networks:
|
||||
|
|
|
@ -93,14 +93,14 @@ in
|
|||
source = borgmaticConfig;
|
||||
};
|
||||
|
||||
systemd.timers.borgmatic = {
|
||||
description = "Run borgmatic backup";
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 3:00:00";
|
||||
Persistent = true;
|
||||
RandomizedDelaySec = "3h";
|
||||
};
|
||||
};
|
||||
# systemd.timers.borgmatic = {
|
||||
# description = "Run borgmatic backup";
|
||||
# wantedBy = [ "timers.target" ];
|
||||
# timerConfig = {
|
||||
# OnCalendar = "*-*-* 3:00:00";
|
||||
# Persistent = true;
|
||||
# RandomizedDelaySec = "3h";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue