mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 00:07:59 +08:00
Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
commit
6f1967647c
@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
dozzle:
|
||||
image: amir20/dozzle:v8.10.2
|
||||
image: amir20/dozzle:v8.10.4
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
element-web:
|
||||
image: vectorim/element-web:v1.11.89
|
||||
image: vectorim/element-web:v1.11.90
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
nocodb:
|
||||
image: nocodb/nocodb:0.260.1
|
||||
image: nocodb/nocodb:0.260.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
qinglong:
|
||||
image: whyour/qinglong:2.18.0
|
||||
image: whyour/qinglong:2.18.1
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
synapse-init:
|
||||
image: matrixdotorg/synapse:v1.121.1
|
||||
image: matrixdotorg/synapse:v1.122.0
|
||||
container_name: init-${CONTAINER_NAME}
|
||||
entrypoint:
|
||||
- /start.py
|
||||
@ -22,7 +22,7 @@ services:
|
||||
- SYNAPSE_NO_TLS=true
|
||||
- SYNAPSE_HTTP_PORT=8008
|
||||
synapse:
|
||||
image: matrixdotorg/synapse:v1.121.1
|
||||
image: matrixdotorg/synapse:v1.122.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
weblate:
|
||||
image: weblate/weblate:5.9.2.1
|
||||
image: weblate/weblate:5.9.2.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
@ -20,7 +20,7 @@ services:
|
||||
- /dozzle
|
||||
- healthcheck
|
||||
timeout: 30s
|
||||
image: amir20/dozzle:v8.10.2
|
||||
image: amir20/dozzle:v8.10.4
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: vectorim/element-web:v1.11.89
|
||||
image: vectorim/element-web:v1.11.90
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
@ -17,7 +17,7 @@ services:
|
||||
- NC_SMTP_SECURE=true
|
||||
- NC_SMTP_IGNORE_TLS=false
|
||||
- NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME}
|
||||
image: nocodb/nocodb:0.260.1
|
||||
image: nocodb/nocodb:0.260.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
@ -7,7 +7,7 @@ services:
|
||||
environment:
|
||||
- QlPort=5700
|
||||
- QlBaseUrl=${QINGLONG_BASE_URL:-/}
|
||||
image: whyour/qinglong:2.18.0
|
||||
image: whyour/qinglong:2.18.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.0.3
|
||||
image: linuxserver/speedtest-tracker:1.1.0
|
||||
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.0.3
|
||||
image: linuxserver/speedtest-tracker:1.1.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
@ -9,7 +9,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: matrixdotorg/synapse:v1.121.1
|
||||
image: matrixdotorg/synapse:v1.122.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@ -31,7 +31,7 @@ services:
|
||||
- SYNAPSE_REPORT_STATS=no
|
||||
- SYNAPSE_NO_TLS=true
|
||||
- SYNAPSE_HTTP_PORT=8008
|
||||
image: matrixdotorg/synapse:v1.121.1
|
||||
image: matrixdotorg/synapse:v1.122.0
|
||||
networks:
|
||||
- 1panel-network
|
||||
restart: false
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user