Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-05-08 03:42:05 +00:00
parent 9394719712
commit 8d616d5230
42 changed files with 6 additions and 6 deletions
@@ -11,7 +11,7 @@ services:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.11.4
image: envyafish/byte-muse:1.11.5
labels:
createdBy: Apps
networks:
@@ -3,13 +3,13 @@ networks:
external: true
services:
nodebb:
container_name: 4.3.0
container_name: 4.3.1
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/nodebb/nodebb:4.3.0
image: ghcr.io/nodebb/nodebb:4.3.1
labels:
createdBy: Apps
networks:
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/nodebb/nodebb:4.3.0
image: ghcr.io/nodebb/nodebb:4.3.1
labels:
createdBy: Apps
networks:
@@ -12,7 +12,7 @@ services:
- PORT=3333
- API_URL=http://localhost:8080
- TRUST_PROXY=false
image: stonith404/pingvin-share:v1.11.1
image: stonith404/pingvin-share:v1.12.0
labels:
createdBy: Apps
networks:
@@ -16,7 +16,7 @@ services:
- WEBLATE_ALLOWED_HOSTS=*
- POSTGRES_DATABASE=weblate
- CLIENT_MAX_BODY_SIZE=200M
image: weblate/weblate:5.11.3.0
image: weblate/weblate:5.11.4.2
labels:
createdBy: Apps
networks: