Compare commits
No commits in common. "a7b4cee9dbf6168bb62b8afd3be86bde4ed0feda" and "3ccf545e378e7c97ad0f57b5bd1c082814efb580" have entirely different histories.
a7b4cee9db
...
3ccf545e37
2
.env
2
.env
@ -1,6 +1,6 @@
|
|||||||
PROD_URL=matrix.gmoker.com
|
PROD_URL=matrix.gmoker.com
|
||||||
SERVER_NAME=gmoker.com
|
SERVER_NAME=gmoker.com
|
||||||
IMAGEAPP=ghcr.io/element-hq/synapse:v1.110.0
|
IMAGEAPP=ghcr.io/element-hq/synapse:v1.107.0
|
||||||
|
|
||||||
TURN_URL=turn.test.gmoker.com
|
TURN_URL=turn.test.gmoker.com
|
||||||
IMAGECOTURN=docker.io/coturn/coturn:4.6.2
|
IMAGECOTURN=docker.io/coturn/coturn:4.6.2
|
||||||
|
@ -54,6 +54,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: app
|
app: app
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: regcred
|
||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
image: "$IMAGEAPP"
|
image: "$IMAGEAPP"
|
||||||
|
Loading…
Reference in New Issue
Block a user