diff --git a/rancher/.env b/rancher/.env index 3dd8a7f..b2e5dd3 100644 --- a/rancher/.env +++ b/rancher/.env @@ -1,2 +1,2 @@ -APPNAME=mailu +APPNAME=rancher DOCKER_REGISTRY=r.sectorq.eu/library/ \ No newline at end of file diff --git a/uptime-kuma/.env b/uptime-kuma/.env index 42f1b42..f2c3981 100644 --- a/uptime-kuma/.env +++ b/uptime-kuma/.env @@ -1 +1,3 @@ -VERSION=4.10.1 \ No newline at end of file +APPNAME=uptime-kuma +DOCKER_REGISTRY=r.sectorq.eu/library/ +RESTART=always \ No newline at end of file diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 7cf952f..4cbc854 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -1,5 +1,4 @@ -version: '2' - +--- services: uptime-kuma: image: ${DOCKER_REGISTRY:-}louislam/uptime-kuma:2.0.0-beta.1