Compare commits
13 Commits
5e895b7aa3
...
46fba51a09
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46fba51a09 | ||
| d52a65097f | |||
|
|
7b41658637 | ||
| c5a6c1891a | |||
|
|
bb27e312a1 | ||
| bf5e55857e | |||
| 5ccc2f34a6 | |||
|
|
d173637957 | ||
| ef4682c591 | |||
| a5a0057776 | |||
|
|
491c34fa34 | ||
|
|
ac826bcc18 | ||
|
|
fd0e537618 |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:1.24.0-rootless
|
||||
image: gitea/gitea:1.24.2-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.134.0
|
||||
image: ghcr.io/immich-app/immich-server:v1.135.3
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.16.3
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.17.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.21.0
|
||||
image: docker.io/gotenberg/gotenberg:8.21.1
|
||||
restart: unless-stopped
|
||||
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
@@ -58,5 +58,5 @@ services:
|
||||
- "--chromium-allow-list=file:///tmp/.*"
|
||||
|
||||
tika:
|
||||
image: docker.io/apache/tika:3.2.0.0
|
||||
image: docker.io/apache/tika:3.2.1.0
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.3.1
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.6.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.3
|
||||
image: dock.mau.dev/mautrix/signal:v0.8.4
|
||||
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.1
|
||||
image: dock.mau.dev/mautrix/whatsapp:v0.12.2
|
||||
#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.16.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:0.18.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.131.0
|
||||
image: matrixdotorg/synapse:v1.133.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
Reference in New Issue
Block a user