restart? ALWAYS!

Also bye searxng
This commit is contained in:
Peter Smit
2025-09-26 10:34:13 +02:00
parent a8aa54e448
commit 8ae7ba2c7f
14 changed files with 27 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ services:
- LIVEKIT_KEY=devkey
- LIVEKIT_SECRET=${LIVEKIT_SECRET_KEY}
- LIVEKIT_FULL_ACCESS_HOMESERVERS=${MATRIX_DOMAIN}
restart: unless-stopped
restart: always
ports:
- 8071:8080
element-call-livekit:
@@ -20,18 +20,18 @@ services:
- "7881:7881/tcp"
- "7882:7882/tcp"
- "50100-50200:50100-50200/udp"
restart: unless-stopped
restart: always
volumes:
- ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro
mautrix-signal:
container_name: mautrix-signal
image: dock.mau.dev/mautrix/signal:v0.8.7
restart: unless-stopped
restart: always
volumes:
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
mautrix-signal_db:
image: docker.io/library/postgres:17
restart: unless-stopped
restart: always
volumes:
- ${MAUTRIX_SIGNAL_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
environment:
@@ -44,14 +44,14 @@ services:
container_name: mautrix-whatsapp
image: dock.mau.dev/mautrix/whatsapp:v0.12.5
#image: petersmit27/mautrix-whatsapp:latest
restart: unless-stopped
restart: always
volumes:
- ${MAUTRIX_WHATSAPP_DATA_DIR}:/data
depends_on:
- mautrix-whatsapp_db
mautrix-whatsapp_db:
image: docker.io/library/postgres:17
restart: unless-stopped
restart: always
volumes:
- ${MAUTRIX_WHATSAPP_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
environment:
@@ -62,7 +62,7 @@ services:
- 5440:5432
mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.3.0
restart: unless-stopped
restart: always
working_dir: /config
volumes:
- ${MAS_CONFIG_DIR}:/config
@@ -74,7 +74,7 @@ services:
- mas_db
mas_db:
image: docker.io/library/postgres:17
restart: unless-stopped
restart: always
volumes:
- ${MAS_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
environment:
@@ -85,7 +85,7 @@ services:
- 5441:5432
synapse_db:
image: docker.io/library/postgres:17
restart: unless-stopped
restart: always
volumes:
- ${SYNAPSE_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
environment:
@@ -98,7 +98,7 @@ services:
synapse:
container_name: synapse
image: matrixdotorg/synapse:v1.138.2
restart: unless-stopped
restart: always
volumes:
- ${SYNAPSE_CONFIG_DIR}:/data
ports: