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: volumes:
regsync: config:
driver: local driver: local
services: services:
regsync: regsync:
@@ -11,10 +11,9 @@ services:
driver: loki driver: loki
options: options:
loki-url: http://192.168.77.101:3100/loki/api/v1/push loki-url: http://192.168.77.101:3100/loki/api/v1/push
network_mode: host
stdin_open: true stdin_open: true
volumes: volumes:
- regsync:/home/appuser/ - config:/home/appuser/
- /etc/localtime:/etc/localtime - /etc/localtime:/etc/localtime
deploy: deploy:
labels: labels:

View File

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

View File

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