Compare commits
3 Commits
3ab7c9c099
...
bc96f947eb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc96f947eb | ||
| 9039c1ed85 | |||
|
|
d710ab3051 |
@@ -16,7 +16,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.1
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.2
|
||||
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.1
|
||||
image: docker.io/gotenberg/gotenberg:8.22.0
|
||||
restart: unless-stopped
|
||||
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
|
||||
@@ -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.20.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.0.0
|
||||
restart: unless-stopped
|
||||
working_dir: /config
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user