Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57b9df201e
|
||
|
|
240ef3e1ad
|
||
|
|
84fc16d54d
|
||
|
|
aa9e566044
|
||
|
|
143f0a2429
|
||
|
|
2da995ee72
|
||
|
|
c206db7344
|
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
apprise_app:
|
||||
image: caronc/apprise:v1.3.3
|
||||
image: caronc/apprise:v1.5.1
|
||||
container_name: apprise_app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
caddyproxy:
|
||||
image: caddy:2.11.3
|
||||
image: caddy:2.11.4
|
||||
restart: unless-stopped
|
||||
container_name: "caddyproxy"
|
||||
ports:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
dozzle_app:
|
||||
image: amir20/dozzle:v10.6.2
|
||||
image: amir20/dozzle:v10.6.9
|
||||
container_name: dozzle_app
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
- "web_proxy_network"
|
||||
|
||||
goaccess_app:
|
||||
image: caddy:2.11.3
|
||||
image: caddy:2.11.4
|
||||
container_name: goaccess_app
|
||||
restart: unless-stopped
|
||||
user: "{{ app_owner_uid }}:{{ app_owner_gid }}"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
gramps_app: &gramps_app
|
||||
image: ghcr.io/gramps-project/grampsweb:26.6.0
|
||||
image: ghcr.io/gramps-project/grampsweb:26.6.2
|
||||
container_name: gramps_app
|
||||
depends_on:
|
||||
- gramps_redis
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
services:
|
||||
miniflux_app:
|
||||
image: miniflux/miniflux:2.2.10
|
||||
image: miniflux/miniflux:2.3.2
|
||||
container_name: miniflux_app
|
||||
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
|
||||
depends_on:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
services:
|
||||
|
||||
tuwunel_app:
|
||||
image: jevolk/tuwunel:v1.6.1
|
||||
image: jevolk/tuwunel:v1.8.1
|
||||
container_name: tuwunel_app
|
||||
restart: unless-stopped
|
||||
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
|
||||
|
||||
Reference in New Issue
Block a user