This commit is contained in:
2025-03-06 12:58:42 +01:00
parent df07d5b59b
commit a41f810902
3 changed files with 18 additions and 0 deletions

7
registry/stack.env Normal file
View File

@ -0,0 +1,7 @@
APPNAME=registry
HUB_USER: jaydee77
HUB_PASS: dckr_pat_WUfjkuEEYYEFDI95myphANR7AUU
#HUB_USER: sectorq
#HUB_PASS: dckr_pat_N9cGwl7uDewp6S-rnDfh1CbDXiM
LOCAL_USER: jaydee
LOCAL_PASS: l4c1j4yd33Du5lo

0
regsync/.env Normal file
View File

View File

@ -0,0 +1,11 @@
name: regsync
services:
regsync:
stdin_open: true
network_mode: host
volumes:
- /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml
image: ${DOCKER_REGISTRY:-}ghcr.io/regclient/regsync:latest
command: -c /home/appuser/regsync.yml server
env_file:
- stack.env