Compare commits

..

No commits in common. "a7b4cee9dbf6168bb62b8afd3be86bde4ed0feda" and "3ccf545e378e7c97ad0f57b5bd1c082814efb580" have entirely different histories.

2 changed files with 3 additions and 1 deletions

2
.env
View File

@ -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

View File

@ -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"