mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-09 14:45:55 +08:00
Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
commit
945779aed1
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
casdoor:
|
casdoor:
|
||||||
image: casbin/casdoor:v1.783.0
|
image: casbin/casdoor:v1.785.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
image: fallenbagel/jellyseerr:2.2.2
|
image: fallenbagel/jellyseerr:2.2.3
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -3,7 +3,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
nocodb:
|
nocodb:
|
||||||
image: nocodb/nocodb:0.258.10
|
image: nocodb/nocodb:0.258.11
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
windows:
|
windows:
|
||||||
image: dockurr/windows:4.06
|
image: dockurr/windows:4.07
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -14,7 +14,7 @@ services:
|
|||||||
- verificationCodeTimeout=10
|
- verificationCodeTimeout=10
|
||||||
- appname=casdoor
|
- appname=casdoor
|
||||||
- authState=casdoor
|
- authState=casdoor
|
||||||
image: casbin/casdoor:v1.783.0
|
image: casbin/casdoor:v1.785.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -10,8 +10,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
|
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -52,8 +52,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-server:v1.123.0
|
image: ghcr.io/immich-app/immich-server:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -10,8 +10,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-server:v1.123.0
|
image: ghcr.io/immich-app/immich-server:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -10,8 +10,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
|
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
@ -70,8 +68,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-server:v1.123.0
|
image: ghcr.io/immich-app/immich-server:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -12,7 +12,7 @@ services:
|
|||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- https_proxy=${http_proxy:-}
|
- https_proxy=${http_proxy:-}
|
||||||
image: fallenbagel/jellyseerr:2.2.2
|
image: fallenbagel/jellyseerr:2.2.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -14,7 +14,7 @@ services:
|
|||||||
- verificationCodeTimeout=10
|
- verificationCodeTimeout=10
|
||||||
- appname=casdoor
|
- appname=casdoor
|
||||||
- authState=casdoor
|
- authState=casdoor
|
||||||
image: casbin/casdoor:v1.783.0
|
image: casbin/casdoor:v1.785.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
@ -10,8 +10,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
|
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -52,8 +52,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-server:v1.123.0
|
image: ghcr.io/immich-app/immich-server:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -10,8 +10,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-server:v1.123.0
|
image: ghcr.io/immich-app/immich-server:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -10,8 +10,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
|
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
@ -70,8 +68,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
healthcheck:
|
|
||||||
disable: false
|
|
||||||
image: ghcr.io/immich-app/immich-server:v1.123.0
|
image: ghcr.io/immich-app/immich-server:v1.123.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -12,7 +12,7 @@ services:
|
|||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- https_proxy=${http_proxy:-}
|
- https_proxy=${http_proxy:-}
|
||||||
image: fallenbagel/jellyseerr:2.2.2
|
image: fallenbagel/jellyseerr:2.2.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user