mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
lala
This commit is contained in:
@ -1,2 +1,3 @@
|
|||||||
APPNAME=grafana
|
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
|
command: -c /home/appuser/regsync.yml server
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
restart: unless-stopped
|
restart: ${RESTART:-unless-stopped}
|
Reference in New Issue
Block a user