Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2025-02-14 03:22:29 +00:00
parent bf660a3ec8
commit 71eb13cd9b
108 changed files with 91 additions and 91 deletions

View File

@ -11,7 +11,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v1.1.301
image: wushuo894/ani-rss:v1.1.303
labels:
createdBy: Apps
networks:

View File

@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.835.0
image: casbin/casdoor:v1.836.0
labels:
createdBy: Apps
networks:

View File

@ -20,7 +20,7 @@ services:
- /dozzle
- healthcheck
timeout: 30s
image: amir20/dozzle:v8.10.7
image: amir20/dozzle:v8.11.0
labels:
createdBy: Apps
networks:

View File

@ -19,7 +19,7 @@ services:
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
- NEXT_PUBLIC_CustomTitle=NezhaDash
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
image: hamster1963/nezha-dash:v2.7.0
image: hamster1963/nezha-dash:v2.7.1
labels:
createdBy: Apps
networks:

View File

@ -15,7 +15,7 @@ services:
- ENABLE_OLLAMA_API=True
- ENABLE_OPENAI_API=False
- https_proxy=${http_proxy}
image: ghcr.io/open-webui/open-webui:v0.5.10
image: ghcr.io/open-webui/open-webui:v0.5.11
labels:
createdBy: Apps
networks:

View File

@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: huolalatech/page-spy-web:v2.1.1
image: huolalatech/page-spy-web:v2.1.2
labels:
createdBy: Apps
networks:

View File

@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.6-alpine
image: postgres:16.7-alpine
labels:
createdBy: Apps
networks:

View File

@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:17.2
image: postgres:16.7
labels:
createdBy: Apps
networks:

View File

@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:17.2-alpine
image: postgres:17.3-alpine
labels:
createdBy: Apps
networks:

View File

@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:17.2
image: postgres:17.3
labels:
createdBy: Apps
networks:

View File

@ -11,7 +11,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v1.1.301
image: wushuo894/ani-rss:v1.1.303
labels:
createdBy: Apps
networks:

View File

@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.835.0
image: casbin/casdoor:v1.836.0
labels:
createdBy: Apps
networks:

View File

@ -20,7 +20,7 @@ services:
- /dozzle
- healthcheck
timeout: 30s
image: amir20/dozzle:v8.10.7
image: amir20/dozzle:v8.11.0
labels:
createdBy: Apps
networks:

View File

@ -19,7 +19,7 @@ services:
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
- NEXT_PUBLIC_CustomTitle=NezhaDash
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
image: hamster1963/nezha-dash:v2.7.0
image: hamster1963/nezha-dash:v2.7.1
labels:
createdBy: Apps
networks:

View File

@ -15,7 +15,7 @@ services:
- ENABLE_OLLAMA_API=True
- ENABLE_OPENAI_API=False
- https_proxy=${http_proxy}
image: ghcr.io/open-webui/open-webui:v0.5.10
image: ghcr.io/open-webui/open-webui:v0.5.11
labels:
createdBy: Apps
networks:

View File

@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: huolalatech/page-spy-web:v2.1.1
image: huolalatech/page-spy-web:v2.1.2
labels:
createdBy: Apps
networks:

View File

@ -3,7 +3,7 @@ networks:
external: true
services:
postgresql:
container_name: postgresql
container_name: pg16-vectors-postgresql
env_file:
- ./envs/global.env
- .env
@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.6
image: tensorchord/pgvecto-rs:pg16-v0.2.1
labels:
createdBy: Apps
networks:

View File

@ -1,24 +0,0 @@
networks:
1panel-network:
external: true
services:
postgresql:
container_name: postgresql
env_file:
- ./envs/global.env
- .env
environment:
POSTGRES_DB: ${POSTGRES_DB:-postgres}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.6-alpine
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5432
restart: always
volumes:
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data

View File

@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
postgresql:
container_name: postgresql
env_file:
- ./envs/global.env
- .env
environment:
POSTGRES_DB: ${POSTGRES_DB:-postgres}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.7-alpine
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5432
restart: always
volumes:
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data

View File

@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:16.6
image: postgres:16.7
labels:
createdBy: Apps
networks:

View File

@ -1,24 +0,0 @@
networks:
1panel-network:
external: true
services:
postgresql:
container_name: postgresql
env_file:
- ./envs/global.env
- .env
environment:
POSTGRES_DB: ${POSTGRES_DB:-postgres}
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: postgres:17.2-alpine
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5432
restart: always
volumes:
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data

Some files were not shown because too many files have changed in this diff Show More