Compare commits
11 Commits
fc7d8a9848
...
9759c90c4b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9759c90c4b | ||
| 0996c409bc | |||
| d36c60a8ea | |||
|
|
c597e79059 | ||
|
|
b6d9f4bf24 | ||
| 2efbef9b63 | |||
| 87820cf217 | |||
| f1dbf34563 | |||
|
|
3b7ac0fb88 | ||
|
|
4c3169a47e | ||
|
|
75eb0a61f7 |
@@ -18,7 +18,7 @@ services:
|
||||
- 5434:5432
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.19.5
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.19.6
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:2025.10.3
|
||||
image: pihole/pihole:2025.11.0
|
||||
ports:
|
||||
# DNS Ports
|
||||
- "53:53/tcp"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.14.2
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.15.0
|
||||
restart: always
|
||||
env_file: .env
|
||||
ports:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
shlink:
|
||||
image: shlinkio/shlink:4.5
|
||||
image: shlinkio/shlink:4.6
|
||||
container_name: shlink
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
shlink:
|
||||
image: shlinkio/shlink:4.5
|
||||
image: shlinkio/shlink:4.6
|
||||
container_name: shlink
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
spliit:
|
||||
image: ghcr.io/spliit-app/spliit:1.18.0
|
||||
image: ghcr.io/spliit-app/spliit:1.19.0
|
||||
restart: always
|
||||
ports:
|
||||
- 3001:3000
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
spliit:
|
||||
image: ghcr.io/spliit-app/spliit:1.18.0
|
||||
image: ghcr.io/spliit-app/spliit:1.19.0
|
||||
restart: always
|
||||
ports:
|
||||
- 3001:3000
|
||||
|
||||
@@ -58,7 +58,7 @@ services:
|
||||
- postgres-network
|
||||
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.5.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.6.0
|
||||
restart: always
|
||||
working_dir: /config
|
||||
volumes:
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
|
||||
synapse:
|
||||
container_name: synapse
|
||||
image: matrixdotorg/synapse:v1.141.0
|
||||
image: matrixdotorg/synapse:v1.142.0
|
||||
restart: always
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
ports:
|
||||
- 5440:5432
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.5.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.6.0
|
||||
restart: always
|
||||
working_dir: /config
|
||||
volumes:
|
||||
@@ -97,7 +97,7 @@ services:
|
||||
- 5442:5432
|
||||
synapse:
|
||||
container_name: synapse
|
||||
image: matrixdotorg/synapse:v1.141.0
|
||||
image: matrixdotorg/synapse:v1.142.0
|
||||
restart: always
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
Reference in New Issue
Block a user