This commit is contained in:
2025-12-06 15:27:44 +01:00
parent b4961f5961
commit 6ba2c2dd0f
3 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
volumes:
regsync:
config:
driver: local
services:
regsync:
@@ -11,10 +11,9 @@ services:
driver: loki
options:
loki-url: http://192.168.77.101:3100/loki/api/v1/push
network_mode: host
stdin_open: true
volumes:
- regsync:/home/appuser/
- config:/home/appuser/
- /etc/localtime:/etc/localtime
deploy:
labels:

View File

@@ -4,3 +4,5 @@ HUB_USER=sectorq
HUB_PASS=dckr_pat_7XN8zNgj8JRPq1mlS5IvMcxJDUA
LOCAL_USER=jaydee
LOCAL_PASS=l4c1j4yd33Du5lo
APPNAME=regsync
DOCKER_REGISTRY=r.sectorq.eu/library/

View File

@@ -1,5 +1,5 @@
volumes:
regsync-data:
data:
driver: local
services:
regsync:
@@ -18,5 +18,5 @@ services:
restart: ${RESTART:-unless-stopped}
stdin_open: true
volumes:
- regsync-data:/home/appuser/
- data:/home/appuser/
- /etc/localtime:/etc/localtime