1
0

Compare commits

...

13 Commits

8 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ services:
authelia_app:
container_name: 'authelia_app'
image: 'docker.io/authelia/authelia:4.39.6'
image: 'docker.io/authelia/authelia:4.39.8'
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
restart: 'unless-stopped'
networks:

View File

@@ -1,7 +1,7 @@
services:
{{ service_name }}:
image: caddy:2.10.0
image: caddy:2.10.2
restart: unless-stopped
container_name: {{ service_name }}
ports:

View File

@@ -1,7 +1,7 @@
services:
dozzle_app:
image: amir20/dozzle:v8.13.8
image: amir20/dozzle:v8.13.12
container_name: dozzle_app
restart: unless-stopped
volumes:

View File

@@ -1,7 +1,7 @@
services:
gitea_app:
image: gitea/gitea:1.24.4
image: gitea/gitea:1.24.5
restart: unless-stopped
container_name: gitea_app
ports:

View File

@@ -3,7 +3,7 @@
services:
gramps_app: &gramps_app
image: ghcr.io/gramps-project/grampsweb:25.7.3
image: ghcr.io/gramps-project/grampsweb:25.8.0
container_name: gramps_app
depends_on:
- gramps_redis

View File

@@ -2,7 +2,7 @@
services:
netdata:
image: netdata/netdata:v2.6.2
image: netdata/netdata:v2.6.3
container_name: netdata
restart: unless-stopped
cap_add:

View File

@@ -3,7 +3,7 @@ services:
# See sample https://github.com/outline/outline/blob/main/.env.sample
outline_app:
image: outlinewiki/outline:0.86.1
image: outlinewiki/outline:0.87.3
container_name: outline_app
restart: unless-stopped
depends_on:

View File

@@ -3,7 +3,7 @@
services:
wakapi_app:
image: ghcr.io/muety/wakapi:2.14.1
image: ghcr.io/muety/wakapi:2.15.0
container_name: wakapi_app
restart: unless-stopped
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'