Compare commits
9 Commits
e585bfdca2
...
933a0b9570
| Author | SHA1 | Date | |
|---|---|---|---|
|
933a0b9570
|
|||
|
96710360d9
|
|||
|
d9f0d94e1f
|
|||
|
9b853d351c
|
|||
|
11744f776a
|
|||
|
0df5f358d0
|
|||
|
62e2a72e52
|
|||
|
7c91f4f355
|
|||
|
68d8bf6a68
|
@@ -1,10 +1,9 @@
|
||||
services:
|
||||
|
||||
authelia_app:
|
||||
container_name: 'authelia_app'
|
||||
image: 'docker.io/authelia/authelia:4.39.19'
|
||||
user: '{{ owner_create_result.uid }}:{{ owner_create_result.group }}'
|
||||
restart: 'unless-stopped'
|
||||
container_name: "authelia_app"
|
||||
image: "docker.io/authelia/authelia:4.39.20"
|
||||
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
- "web_proxy_network"
|
||||
- "monitoring_network"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
services:
|
||||
|
||||
caddyproxy:
|
||||
image: caddy:2.11.2
|
||||
image: caddy:2.11.3
|
||||
restart: unless-stopped
|
||||
container_name: "caddyproxy"
|
||||
ports:
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
services:
|
||||
|
||||
dozzle_app:
|
||||
image: amir20/dozzle:v10.6.0
|
||||
image: amir20/dozzle:v10.6.2
|
||||
container_name: dozzle_app
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
services:
|
||||
|
||||
goaccess_processor:
|
||||
build: .
|
||||
image: local/goaccess-jq:1.10.2
|
||||
@@ -26,7 +25,7 @@ services:
|
||||
- "web_proxy_network"
|
||||
|
||||
goaccess_app:
|
||||
image: caddy:2.11.2
|
||||
image: caddy:2.11.3
|
||||
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.5.2
|
||||
image: ghcr.io/gramps-project/grampsweb:26.6.0
|
||||
container_name: gramps_app
|
||||
depends_on:
|
||||
- gramps_redis
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
services:
|
||||
|
||||
memos_app:
|
||||
image: neosmemo/memos:0.28.0
|
||||
image: neosmemo/memos:0.29.0
|
||||
container_name: memos_app
|
||||
restart: unless-stopped
|
||||
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
# See sample https://github.com/outline/outline/blob/main/.env.sample
|
||||
|
||||
outline_app:
|
||||
image: outlinewiki/outline:1.7.1
|
||||
image: outlinewiki/outline:1.8.0
|
||||
container_name: outline_app
|
||||
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
services:
|
||||
|
||||
wakapi_app:
|
||||
image: ghcr.io/muety/wakapi:2.17.3
|
||||
image: ghcr.io/muety/wakapi:2.17.4
|
||||
container_name: wakapi_app
|
||||
restart: unless-stopped
|
||||
user: '{{ owner_create_result.uid }}:{{ owner_create_result.group }}'
|
||||
|
||||
Reference in New Issue
Block a user