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