Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
4年前
Ahmad Haghighi
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
4年前
Ahmad Haghighi
f52a8b6484
use custom docker registry
5年前
Michael
33ec5710d9
0.2.1 revision
5年前
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
5年前
Slavi Pantaleev
1692a28fe4
Work around annoying Docker warning about undefined $HOME
> WARNING: Error loading config file: .dockercfg: $HOME is not defined
.. which appeared in Docker 20.10.
5年前
Slavi Pantaleev
05ca9357a8
Add .service suffix to systemd units list
We'll be adding `.timer` units later on, so it's good to be
more explicit.
5年前
Slavi Pantaleev
d08b27784f
Fix systemd services autostart problem with Docker 20.10
The Docker 19.04 -> 20.10 upgrade contains the following change
in `/usr/lib/systemd/system/docker.service`:
```
-BindsTo=containerd.service
-After=network-online.target firewalld.service containerd.service
+After=network-online.target firewalld.service containerd.service multi-user.target
-Requires=docker.socket
+Requires=docker.socket containerd.service
Wants=network-online.target
```
The `multi-user.target` requirement in `After` seems to be in conflict
with our `WantedBy=multi-user.target` and `After=docker.service` /
`Requires=docker.service` definitions, causing the following error on
startup for all of our systemd services:
> Job matrix-synapse.service/start deleted to break ordering cycle starting with multi-user.target/start
A workaround which appears to work is to add `DefaultDependencies=no`
to all of our services.
5年前
benkuly
ad92c61fdd
updated matrix-sms-bridge
5年前
benkuly
f93a4f6474
updated matrix-sms-bridge
5年前
benkuly
ff9a4e90c4
updated matrix-sms-bridge
5年前
benkuly
3a2e058f2e
updated version of matrix-sms-bridge
5年前
benkuly
f1ceb49ae2
fixed wrong path of truststore
5年前
benkuly
ad1f0a01ce
fixed systemd service typo
5年前
benkuly
76b0b9dc34
fixed application.yml loading
5年前
benkuly
2fb42dd7f1
fixed typo in truststore path
5年前
benkuly
4713e5d5f7
updated matrix-sms-bridge to 0.5.0
5年前
benkuly
8153e25d2d
updated matrix-sms-bridge image
5年前
benkuly
787a9ef8ad
updated matrix-sms-bridge image
5年前
benkuly
775b1ca7af
updated matrix-sms-bridge image version
5年前
Slavi Pantaleev
ccabc82d4c
Use more fully-qualified container images
This is both for consistency with 93cc71cb69976c
and for making things more obvious.
5年前
benkuly
c985e17f18
updated matrix-sms-bridge
5年前
Scott Crossen
fa5d85426b
Renamed systemd descriptions for all bridges
5年前
benkuly
7755e5efd4
Update sms-bridge (0.3.1 -> 0.3.2)
5年前
benkuly
a1e248e0e1
updated matrix-sms-bridge ( #581 )
* updated matrix sms bridge container
* remove force pull
* updated matrix-sms-bridge container
* updated matrix-sms-bridge container
* updated version of matrix-sms-bridge
* updates matrix-sms-bridge
5年前
benkuly
3553d3d513
updated version of matrix-sms-bridge
5年前
benkuly
8e1a418a45
updated matrix-sms-bridge container
5年前
benkuly
bd3223cdd4
updated matrix-sms-bridge container
5年前
benkuly
226d5a9c64
remove force pull
5年前
benkuly
c5f9e02103
updated matrix sms bridge container
5年前
benkuly
d49ee51035
remove force pull matrix-sms-bridge docker image
5年前
benkuly
a0661a6012
updated sms bridge docker image
5年前
benkuly
11e53c4fbc
add default region
5年前
benkuly
77fd23149b
added gammu hard reset for sms modem
5年前
benkuly
f68e47d3c4
renamed role matrix-sms-bridge to matrix-bridge-sms
5年前