diff --git a/home-assistant/.env b/home-assistant/.env index b405f54..5cc2df0 100644 --- a/home-assistant/.env +++ b/home-assistant/.env @@ -1,2 +1,3 @@ APPNAME=grafana -DOCKER_REGISTRY=r.sectorq.eu/library/ \ No newline at end of file +DOCKER_REGISTRY=r.sectorq.eu/library/ +RESTART=always \ No newline at end of file diff --git a/regsync/.env b/regsync/.env index 284b78d..2bebcd0 100644 --- a/regsync/.env +++ b/regsync/.env @@ -1 +1,3 @@ -DOCKER_REGISTRY1="https://r.sectorq.eu" \ No newline at end of file +APPNAME=regsync +DOCKER_REGISTRY="r.sectorq.eu/library/" +RESTART=always \ No newline at end of file diff --git a/regsync/docker-compose.yml b/regsync/docker-compose.yml index 2f4826b..9f0fc86 100644 --- a/regsync/docker-compose.yml +++ b/regsync/docker-compose.yml @@ -14,4 +14,4 @@ services: command: -c /home/appuser/regsync.yml server env_file: - stack.env - restart: unless-stopped \ No newline at end of file + restart: ${RESTART:-unless-stopped} \ No newline at end of file