chore(deps): update matrixconduit/matrix-conduit docker tag to v0.7.0 (#3286)
This commit is contained in:
parent
7c7ec2df90
commit
c8dfa55f49
|
@ -7,9 +7,11 @@
|
||||||
"force_expose": true,
|
"force_expose": true,
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"id": "matrix-conduit",
|
"id": "matrix-conduit",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"categories": ["social"],
|
"categories": [
|
||||||
|
"social"
|
||||||
|
],
|
||||||
"description": "Conduit is a fast Matrix homeserver that’s easy to set up and just works. You can install it on a mini-computer like the Raspberry Pi to host Matrix for your family, friends or company.",
|
"description": "Conduit is a fast Matrix homeserver that’s easy to set up and just works. You can install it on a mini-computer like the Raspberry Pi to host Matrix for your family, friends or company.",
|
||||||
"short_desc": "Conduit is a simple, fast and reliable chat server written in Rust",
|
"short_desc": "Conduit is a simple, fast and reliable chat server written in Rust",
|
||||||
"author": "Timo Kösters",
|
"author": "Timo Kösters",
|
||||||
|
@ -69,5 +71,8 @@
|
||||||
"env_variable": "TURN_SECRET"
|
"env_variable": "TURN_SECRET"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
matrix-conduit:
|
matrix-conduit:
|
||||||
container_name: matrix-conduit
|
container_name: matrix-conduit
|
||||||
image: matrixconduit/matrix-conduit:v0.6.0
|
image: matrixconduit/matrix-conduit:v0.7.0
|
||||||
environment:
|
environment:
|
||||||
CONDUIT_SERVER_NAME: ${APP_DOMAIN}
|
CONDUIT_SERVER_NAME: ${APP_DOMAIN}
|
||||||
CONDUIT_DATABASE_PATH: /var/lib/matrix-conduit/
|
CONDUIT_DATABASE_PATH: /var/lib/matrix-conduit/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user