forked from Deuxfleurs/nixcfg
Update to 1.49.2 and don't name image test*
This commit is contained in:
parent
71062a2d40
commit
8544cd27bb
2 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@ services:
|
||||||
context: ./im/build/matrix-synapse
|
context: ./im/build/matrix-synapse
|
||||||
args:
|
args:
|
||||||
# https://github.com/matrix-org/synapse/releases
|
# https://github.com/matrix-org/synapse/releases
|
||||||
VERSION: 1.48.0
|
VERSION: 1.49.2
|
||||||
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
|
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
|
||||||
# Update with the latest commit on main each time you update the synapse version
|
# Update with the latest commit on main each time you update the synapse version
|
||||||
# otherwise synapse may fail to launch due to incompatibility issues
|
# otherwise synapse may fail to launch due to incompatibility issues
|
||||||
# see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64
|
# see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64
|
||||||
S3_VERSION: 41f5bf83485c61efb61c9e77f5e93cbeb969f517
|
S3_VERSION: 55e1846102e08c3b9686b0426c848d2163d7ba54
|
||||||
image: lxpz/amd64_synapse:test7
|
image: lxpz/amd64_synapse:1.49.2
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ job "im" {
|
||||||
task "synapse" {
|
task "synapse" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/amd64_synapse:test7"
|
image = "lxpz/amd64_synapse:1.49.2"
|
||||||
ports = [ "http" ]
|
ports = [ "http" ]
|
||||||
|
|
||||||
command = "python"
|
command = "python"
|
||||||
|
@ -108,7 +108,7 @@ job "im" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "lxpz/amd64_synapse:test7"
|
image = "lxpz/amd64_synapse:1.49.2"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
command = "/usr/local/bin/matrix-s3-async-sqlite"
|
command = "/usr/local/bin/matrix-s3-async-sqlite"
|
||||||
work_dir = "/ephemeral"
|
work_dir = "/ephemeral"
|
||||||
|
|
Loading…
Reference in a new issue