This commit is contained in:
2025-03-07 21:45:51 +01:00
parent e4957c4cab
commit b3e48cfbc9
3 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,3 @@
APPNAME=grafana
DOCKER_REGISTRY=r.sectorq.eu/library/
DOCKER_REGISTRY=r.sectorq.eu/library/
RESTART=always

View File

@ -1 +1,3 @@
DOCKER_REGISTRY1="https://r.sectorq.eu"
APPNAME=regsync
DOCKER_REGISTRY="r.sectorq.eu/library/"
RESTART=always

View File

@ -14,4 +14,4 @@ services:
command: -c /home/appuser/regsync.yml server
env_file:
- stack.env
restart: unless-stopped
restart: ${RESTART:-unless-stopped}