generated from coop-cloud/example
Compare commits
8 Commits
0.6.0+v1.1
...
0.8.1+v1.1
Author | SHA1 | Date | |
---|---|---|---|
938e40ac99 | |||
316f70c69c | |||
33f7488c9a | |||
5669976814 | |||
1a81fe6d0d | |||
07f7e73e28 | |||
f191821073 | |||
09738a4c34 |
@ -1,8 +1,9 @@
|
|||||||
TYPE=element-web
|
TYPE=element-web
|
||||||
|
TIMEOUT=400
|
||||||
|
|
||||||
DOMAIN=element-web.example.com
|
DOMAIN=element-web.example.com
|
||||||
LETS_ENCRYPT_ENV=production
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
HOMESERVER=matrix.example.com
|
HOMESERVER=matrix-synapse.example.com
|
||||||
SERVER_NAME=mymatrix
|
SERVER_NAME=mymatrix
|
||||||
BRAND=mymatrix
|
BRAND=mymatrix
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "vectorim/element-web:v1.11.28"
|
image: "vectorim/element-web:v1.11.78"
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN
|
- DOMAIN
|
||||||
- HOMESERVER
|
- HOMESERVER
|
||||||
@ -22,7 +22,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.6.0+v1.11.28"
|
- "coop-cloud.${STACK_NAME}.version=0.8.1+v1.11.78"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
Reference in New Issue
Block a user