mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
lala
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
APPNAME=grafana
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
RESTART=always
|
@ -1 +1,3 @@
|
||||
DOCKER_REGISTRY1="https://r.sectorq.eu"
|
||||
APPNAME=regsync
|
||||
DOCKER_REGISTRY="r.sectorq.eu/library/"
|
||||
RESTART=always
|
@ -14,4 +14,4 @@ services:
|
||||
command: -c /home/appuser/regsync.yml server
|
||||
env_file:
|
||||
- stack.env
|
||||
restart: unless-stopped
|
||||
restart: ${RESTART:-unless-stopped}
|
Reference in New Issue
Block a user