mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
7
registry/stack.env
Normal file
7
registry/stack.env
Normal 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
0
regsync/.env
Normal file
11
regsync/docker-compose.yml
Normal file
11
regsync/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user