Merge branch 'master' of gitlab.com:rusty-bever/deployment

This commit is contained in:
Jef Roosens 2022-02-01 22:29:31 +01:00
commit bfbd41fea5
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 3 additions and 2 deletions

View file

@ -35,7 +35,7 @@ services:
# =====FACEBOOK MESSENGER BRIDGE=====
facebook:
image: 'dock.mau.dev/mautrix/facebook:v0.3.2'
image: 'dock.mau.dev/mautrix/facebook:v0.3.3'
deploy:
mode: 'replicated'

View file

@ -64,6 +64,7 @@ services:
node-exporter:
image: 'prom/node-exporter:v1.3.1'
hostname: srv-{{.Node.Hostname}}
command:
- '--path.procfs=/host/proc'
- '--path.rootfs=/rootfs'