Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-02 03:39:01 +00:00
parent 85751b53fd
commit 2cc452e108
41 changed files with 5 additions and 5 deletions
@@ -13,7 +13,7 @@ services:
- HTTP_PROXY=${HTTP_PROXY:-}
- HTTPS_PROXY=${HTTP_PROXY:-}
- NO_PROXY=localhost,127.0.0.1,::1
image: emby/embyserver:4.9.1.23
image: emby/embyserver:4.9.1.24
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
@@ -14,7 +14,7 @@ services:
- database__client=mysql
- mail__options__service=Email
- mail__options__secure=true
image: ghost:6.0.5
image: ghost:6.0.6
labels:
createdBy: Apps
networks:
@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: mdcng/mdc:1.20.1
image: mdcng/mdc:1.20.2
labels:
createdBy: Apps
networks:
@@ -14,7 +14,7 @@ services:
- N8N_PROTOCOL=http
- N8N_DIAGNOSTICS_ENABLED=false
- N8N_SECURE_COOKIE=false
image: n8nio/n8n:1.109.1
image: n8nio/n8n:1.110.0
labels:
createdBy: Apps
networks:
@@ -10,7 +10,7 @@ services:
- .env
environment:
- DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
image: outlinewiki/outline:0.87.1
image: outlinewiki/outline:0.87.2
labels:
createdBy: Apps
networks: