Compare commits
1 Commits
46fba51a09
...
5e895b7aa3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e895b7aa3 |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:1.24.2-rootless
|
||||
image: gitea/gitea:1.24.0-rootless
|
||||
restart: always
|
||||
volumes:
|
||||
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v1.135.3
|
||||
image: ghcr.io/immich-app/immich-server:v1.134.0
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
||||
|
||||
@@ -58,5 +58,5 @@ services:
|
||||
- "--chromium-allow-list=file:///tmp/.*"
|
||||
|
||||
tika:
|
||||
image: docker.io/apache/tika:3.2.1.0
|
||||
image: docker.io/apache/tika:3.2.0.0
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.6.1
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.3.1
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
- ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro
|
||||
mautrix-signal:
|
||||
container_name: mautrix-signal
|
||||
image: dock.mau.dev/mautrix/signal:v0.8.4
|
||||
image: dock.mau.dev/mautrix/signal:v0.8.3
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${MAUTRIX_SIGNAL_POSTGRES_PASSWORD}
|
||||
mautrix-whatsapp:
|
||||
container_name: mautrix-whatsapp
|
||||
image: dock.mau.dev/mautrix/whatsapp:v0.12.2
|
||||
image: dock.mau.dev/mautrix/whatsapp:v0.12.1
|
||||
#image: petersmit27/mautrix-whatsapp:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -57,7 +57,7 @@ services:
|
||||
POSTGRES_USER: ${MAUTRIX_WHATSAPP_POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${MAUTRIX_WHATSAPP_POSTGRES_PASSWORD}
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:0.18.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:0.16.0
|
||||
restart: unless-stopped
|
||||
working_dir: /config
|
||||
volumes:
|
||||
@@ -89,7 +89,7 @@ services:
|
||||
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
|
||||
synapse:
|
||||
container_name: synapse
|
||||
image: matrixdotorg/synapse:v1.133.0
|
||||
image: matrixdotorg/synapse:v1.131.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
Reference in New Issue
Block a user