Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353 2025-01-14 03:19:02 +00:00
parent a706c75f2f
commit fe6f989783
42 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ services:
environment: environment:
- APP_NAME=${CONTAINER_NAME} - APP_NAME=${CONTAINER_NAME}
- HTTPS_PROXY=${HTTP_PROXY} - HTTPS_PROXY=${HTTP_PROXY}
image: dpanel/dpanel:1.5.1-lite image: dpanel/dpanel:1.5.2-lite
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -10,7 +10,7 @@ services:
environment: environment:
- APP_NAME=${CONTAINER_NAME} - APP_NAME=${CONTAINER_NAME}
- HTTPS_PROXY=${HTTP_PROXY} - HTTPS_PROXY=${HTTP_PROXY}
image: dpanel/dpanel:1.5.1 image: dpanel/dpanel:1.5.2
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -14,7 +14,7 @@ services:
- database__client=mysql - database__client=mysql
- mail__options__service=Email - mail__options__service=Email
- mail__options__secure=true - mail__options__secure=true
image: ghost:5.105.0 image: ghost:5.106.1
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -16,7 +16,7 @@ services:
- UMASK=022 - UMASK=022
- HTTP_PROXY=${PROXY_HOST} - HTTP_PROXY=${PROXY_HOST}
- HTTPS_PROXY=${PROXY_HOST} - HTTPS_PROXY=${PROXY_HOST}
image: jxxghp/moviepilot-v2:2.2.0 image: jxxghp/moviepilot-v2:2.2.1
labels: labels:
createdBy: Apps createdBy: Apps
logging: logging:

View File

@ -8,7 +8,7 @@ services:
- ./envs/global.env - ./envs/global.env
- .env - .env
hostname: traccar hostname: traccar
image: traccar/traccar:6.5 image: traccar/traccar:6.6
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks: