Compare commits
1 Commits
8c26c4f93f
...
92129d0679
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92129d0679 |
@@ -47,7 +47,7 @@ services:
|
||||
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.18.0
|
||||
image: docker.io/gotenberg/gotenberg:8.17.3
|
||||
restart: unless-stopped
|
||||
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id:v0.40.1
|
||||
image: ghcr.io/pocket-id/pocket-id:v0.35.4
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
|
||||
synapse:
|
||||
image: matrixdotorg/synapse:v1.126.0
|
||||
image: matrixdotorg/synapse:v1.125.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
Reference in New Issue
Block a user