moved docker registry from gitlab to self-hosted service @ git.nbit.ch
This commit is contained in:
parent
0422863ca8
commit
3bbab431b4
|
|
@ -18,7 +18,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mini-beieli-web
|
- name: mini-beieli-web
|
||||||
image: registry.gitlab.com/drpuur/mini-beieli-web:2023020301
|
image: git.nbit.ch/drpuur/mini-beieli-web:2023020301
|
||||||
env:
|
env:
|
||||||
- name: REDIS_CONNECTION_STRING
|
- name: REDIS_CONNECTION_STRING
|
||||||
value: 127.0.0.1:6379
|
value: 127.0.0.1:6379
|
||||||
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
- CAP_NET_RAW
|
- CAP_NET_RAW
|
||||||
- CAP_AUDIT_WRITE
|
- CAP_AUDIT_WRITE
|
||||||
- name: mini-beieli-lorahandler
|
- name: mini-beieli-lorahandler
|
||||||
image: registry.gitlab.com/drpuur/mini-beieli-lorahandler:2022122801
|
image: git.nbit.ch/drpuur/mini-beieli-lorahandler:2022122801
|
||||||
env:
|
env:
|
||||||
- name: REDIS_CONNECTION_STRING
|
- name: REDIS_CONNECTION_STRING
|
||||||
value: 127.0.0.1:6379
|
value: 127.0.0.1:6379
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ spec:
|
||||||
- mountPath: /mosquitto/log
|
- mountPath: /mosquitto/log
|
||||||
name: mosquittolog
|
name: mosquittolog
|
||||||
- name: mqtt2log
|
- name: mqtt2log
|
||||||
image: registry.gitlab.com/drpuur/mqtt2log:2022123001
|
image: git.nbit.ch/drpuur/mqtt2log:2022123001
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Europe/Zurich
|
value: Europe/Zurich
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: wo-bisch-web
|
- name: wo-bisch-web
|
||||||
image: registry.gitlab.com/drpuur/wo-bisch-web:2023020304
|
image: git.nbit.ch/drpuur/wo-bisch-web:2023020304
|
||||||
env:
|
env:
|
||||||
- name: REDIS_CONNECTION_STRING
|
- name: REDIS_CONNECTION_STRING
|
||||||
value: 127.0.0.1:6379
|
value: 127.0.0.1:6379
|
||||||
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
- CAP_NET_RAW
|
- CAP_NET_RAW
|
||||||
- CAP_AUDIT_WRITE
|
- CAP_AUDIT_WRITE
|
||||||
- name: wo-bisch-lorahandler
|
- name: wo-bisch-lorahandler
|
||||||
image: registry.gitlab.com/drpuur/wo-bisch-lorahandler:2022122801
|
image: git.nbit.ch/drpuur/wo-bisch-lorahandler:2022122801
|
||||||
env:
|
env:
|
||||||
- name: REDIS_CONNECTION_STRING
|
- name: REDIS_CONNECTION_STRING
|
||||||
value: 127.0.0.1:6379
|
value: 127.0.0.1:6379
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue