Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-12-17 18:36:34 +00:00
parent 47f26bf36a
commit 7b1c4da77d
45 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -58,7 +58,7 @@ services:
- -f
- http://localhost:8000/api/health
timeout: 5s
image: ghcr.io/leslieleung/glean-backend:0.2.1
image: ghcr.io/leslieleung/glean-backend:0.2.2
labels:
createdBy: Apps
networks:
@@ -113,7 +113,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/leslieleung/glean-web:0.2.1
image: ghcr.io/leslieleung/glean-web:0.2.2
networks:
- glean-network
ports:
@@ -141,7 +141,7 @@ services:
DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}
REDIS_URL: redis://redis:6379/0
SECRET_KEY: ${SECRET_KEY:-}
image: ghcr.io/leslieleung/glean-backend:0.2.1
image: ghcr.io/leslieleung/glean-backend:0.2.2
networks:
- glean-network
restart: always
@@ -3,13 +3,13 @@ networks:
external: true
services:
nodebb:
container_name: 4.7.0
container_name: 4.7.1
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/nodebb/nodebb:4.7.0
image: ghcr.io/nodebb/nodebb:4.7.1
labels:
createdBy: Apps
networks:
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/nodebb/nodebb:4.7.0
image: ghcr.io/nodebb/nodebb:4.7.1
labels:
createdBy: Apps
networks:
@@ -14,7 +14,7 @@ services:
- DISPLAY_TIMEZONE=Asia/Shanghai
- DB_CONNECTION=sqlite
- MAIL_MAILER=sqlite
image: linuxserver/speedtest-tracker:1.13.0
image: linuxserver/speedtest-tracker:1.13.1
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
@@ -12,7 +12,7 @@ services:
- PGID=1000
- TZ=Asia/Shanghai
- DISPLAY_TIMEZONE=Asia/Shanghai
image: linuxserver/speedtest-tracker:1.13.0
image: linuxserver/speedtest-tracker:1.13.1
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
@@ -3,13 +3,13 @@ networks:
external: true
services:
nodebb:
container_name: 4.7.0
container_name: 4.7.1
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/nodebb/nodebb:4.7.0
image: ghcr.io/nodebb/nodebb:4.7.1
labels:
createdBy: Apps
networks:
+3 -3
View File
@@ -58,7 +58,7 @@ services:
- -f
- http://localhost:8000/api/health
timeout: 5s
image: ghcr.io/leslieleung/glean-backend:0.2.1
image: ghcr.io/leslieleung/glean-backend:0.2.2
labels:
createdBy: Apps
networks:
@@ -113,7 +113,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/leslieleung/glean-web:0.2.1
image: ghcr.io/leslieleung/glean-web:0.2.2
networks:
- glean-network
ports:
@@ -141,7 +141,7 @@ services:
DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}
REDIS_URL: redis://redis:6379/0
SECRET_KEY: ${SECRET_KEY:-}
image: ghcr.io/leslieleung/glean-backend:0.2.1
image: ghcr.io/leslieleung/glean-backend:0.2.2
networks:
- glean-network
restart: always
+1 -1
View File
@@ -4,7 +4,7 @@ networks:
services:
nodebb:
image: ghcr.io/nodebb/nodebb:4.7.0
image: ghcr.io/nodebb/nodebb:4.7.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
+1 -1
View File
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/nodebb/nodebb:4.7.0
image: ghcr.io/nodebb/nodebb:4.7.1
labels:
createdBy: Apps
networks:
@@ -14,7 +14,7 @@ services:
- DISPLAY_TIMEZONE=Asia/Shanghai
- DB_CONNECTION=sqlite
- MAIL_MAILER=sqlite
image: linuxserver/speedtest-tracker:1.13.0
image: linuxserver/speedtest-tracker:1.13.1
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- PGID=1000
- TZ=Asia/Shanghai
- DISPLAY_TIMEZONE=Asia/Shanghai
image: linuxserver/speedtest-tracker:1.13.0
image: linuxserver/speedtest-tracker:1.13.1
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}