diff --git a/appstore/ammds/1.0.7/.env b/appstore/ammds/1.0.8/.env similarity index 77% rename from appstore/ammds/1.0.7/.env rename to appstore/ammds/1.0.8/.env index a5bc3d28..efa9bb2c 100644 --- a/appstore/ammds/1.0.7/.env +++ b/appstore/ammds/1.0.8/.env @@ -22,6 +22,15 @@ AMMDS_PROWLARR_TOKEN= # IYUU 密钥 AMMDS_IYUU_TOKEN= +# qBittorrent URL +AMMDS_QBITTORRENT_URL= + +# qBittorrent 用户名 +AMMDS_QBITTORRENT_USERNAME= + +# qBittorrent 密码 +AMMDS_QBITTORRENT_PASSWORD= + # 自定义挂载目录 1 CUSTOM_MOUNT_DIRECTORY_1= diff --git a/appstore/ammds/1.0.7/data.yml b/appstore/ammds/1.0.8/data.yml similarity index 80% rename from appstore/ammds/1.0.7/data.yml rename to appstore/ammds/1.0.8/data.yml index df5b099f..43a20e44 100644 --- a/appstore/ammds/1.0.7/data.yml +++ b/appstore/ammds/1.0.8/data.yml @@ -66,6 +66,27 @@ additionalProperties: labelEn: IYUU token required: false type: text + - default: "" + edit: true + envKey: AMMDS_QBITTORRENT_URL + labelZh: qBittorrent URL + labelEn: qBittorrent URL + required: false + type: text + - default: "" + edit: true + envKey: AMMDS_QBITTORRENT_USERNAME + labelZh: qBittorrent 用户名 + labelEn: qBittorrent Username + required: false + type: text + - default: "" + edit: true + envKey: AMMDS_QBITTORRENT_PASSWORD + labelZh: qBittorrent 密码 + labelEn: qBittorrent Password + required: false + type: text - default: "" edit: true envKey: CUSTOM_MOUNT_DIRECTORY_1 diff --git a/appstore/ammds/1.0.7/docker-compose.yml b/appstore/ammds/1.0.8/docker-compose.yml similarity index 95% rename from appstore/ammds/1.0.7/docker-compose.yml rename to appstore/ammds/1.0.8/docker-compose.yml index 0de37c6f..ca7784eb 100644 --- a/appstore/ammds/1.0.7/docker-compose.yml +++ b/appstore/ammds/1.0.8/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: qyg2297248353/ammds:v1.0.7 + image: qyg2297248353/ammds:v1.0.8 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/ammds/1.0.7/envs/default.env b/appstore/ammds/1.0.8/envs/default.env similarity index 100% rename from appstore/ammds/1.0.7/envs/default.env rename to appstore/ammds/1.0.8/envs/default.env diff --git a/appstore/ammds/1.0.7/envs/global.env b/appstore/ammds/1.0.8/envs/global.env similarity index 100% rename from appstore/ammds/1.0.7/envs/global.env rename to appstore/ammds/1.0.8/envs/global.env diff --git a/appstore/ammds/1.0.7/scripts/init.sh b/appstore/ammds/1.0.8/scripts/init.sh similarity index 100% rename from appstore/ammds/1.0.7/scripts/init.sh rename to appstore/ammds/1.0.8/scripts/init.sh diff --git a/appstore/ammds/1.0.7/scripts/uninstall.sh b/appstore/ammds/1.0.8/scripts/uninstall.sh similarity index 100% rename from appstore/ammds/1.0.7/scripts/uninstall.sh rename to appstore/ammds/1.0.8/scripts/uninstall.sh diff --git a/appstore/ammds/1.0.7/scripts/upgrade.sh b/appstore/ammds/1.0.8/scripts/upgrade.sh similarity index 100% rename from appstore/ammds/1.0.7/scripts/upgrade.sh rename to appstore/ammds/1.0.8/scripts/upgrade.sh diff --git a/appstore/ani-rss/1.1.307/.env b/appstore/ani-rss/1.1.308/.env similarity index 100% rename from appstore/ani-rss/1.1.307/.env rename to appstore/ani-rss/1.1.308/.env diff --git a/appstore/ani-rss/1.1.307/data.yml b/appstore/ani-rss/1.1.308/data.yml similarity index 100% rename from appstore/ani-rss/1.1.307/data.yml rename to appstore/ani-rss/1.1.308/data.yml diff --git a/appstore/ani-rss/1.1.307/docker-compose.yml b/appstore/ani-rss/1.1.308/docker-compose.yml similarity index 95% rename from appstore/ani-rss/1.1.307/docker-compose.yml rename to appstore/ani-rss/1.1.308/docker-compose.yml index dacdedac..493fd3c0 100644 --- a/appstore/ani-rss/1.1.307/docker-compose.yml +++ b/appstore/ani-rss/1.1.308/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.307 + image: wushuo894/ani-rss:v1.1.308 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/1.1.307/envs/default.env b/appstore/ani-rss/1.1.308/envs/default.env similarity index 100% rename from appstore/ani-rss/1.1.307/envs/default.env rename to appstore/ani-rss/1.1.308/envs/default.env diff --git a/appstore/ani-rss/1.1.307/envs/global.env b/appstore/ani-rss/1.1.308/envs/global.env similarity index 100% rename from appstore/ani-rss/1.1.307/envs/global.env rename to appstore/ani-rss/1.1.308/envs/global.env diff --git a/appstore/ani-rss/1.1.307/scripts/init.sh b/appstore/ani-rss/1.1.308/scripts/init.sh similarity index 100% rename from appstore/ani-rss/1.1.307/scripts/init.sh rename to appstore/ani-rss/1.1.308/scripts/init.sh diff --git a/appstore/ani-rss/1.1.307/scripts/uninstall.sh b/appstore/ani-rss/1.1.308/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/1.1.307/scripts/uninstall.sh rename to appstore/ani-rss/1.1.308/scripts/uninstall.sh diff --git a/appstore/ani-rss/1.1.307/scripts/upgrade.sh b/appstore/ani-rss/1.1.308/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/1.1.307/scripts/upgrade.sh rename to appstore/ani-rss/1.1.308/scripts/upgrade.sh diff --git a/appstore/casdoor/1.846.0/.env b/appstore/casdoor/1.847.0/.env similarity index 100% rename from appstore/casdoor/1.846.0/.env rename to appstore/casdoor/1.847.0/.env diff --git a/appstore/casdoor/1.846.0/config/init_data.json b/appstore/casdoor/1.847.0/config/init_data.json similarity index 100% rename from appstore/casdoor/1.846.0/config/init_data.json rename to appstore/casdoor/1.847.0/config/init_data.json diff --git a/appstore/casdoor/1.846.0/data.yml b/appstore/casdoor/1.847.0/data.yml similarity index 100% rename from appstore/casdoor/1.846.0/data.yml rename to appstore/casdoor/1.847.0/data.yml diff --git a/appstore/casdoor/1.846.0/docker-compose.yml b/appstore/casdoor/1.847.0/docker-compose.yml similarity index 93% rename from appstore/casdoor/1.846.0/docker-compose.yml rename to appstore/casdoor/1.847.0/docker-compose.yml index fd8ff681..8254bed7 100644 --- a/appstore/casdoor/1.846.0/docker-compose.yml +++ b/appstore/casdoor/1.847.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v1.846.0 + image: casbin/casdoor:v1.847.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/1.846.0/envs/casdoor.env b/appstore/casdoor/1.847.0/envs/casdoor.env similarity index 100% rename from appstore/casdoor/1.846.0/envs/casdoor.env rename to appstore/casdoor/1.847.0/envs/casdoor.env diff --git a/appstore/casdoor/1.846.0/envs/default.env b/appstore/casdoor/1.847.0/envs/default.env similarity index 100% rename from appstore/casdoor/1.846.0/envs/default.env rename to appstore/casdoor/1.847.0/envs/default.env diff --git a/appstore/casdoor/1.846.0/envs/global.env b/appstore/casdoor/1.847.0/envs/global.env similarity index 100% rename from appstore/casdoor/1.846.0/envs/global.env rename to appstore/casdoor/1.847.0/envs/global.env diff --git a/appstore/casdoor/1.846.0/scripts/init.sh b/appstore/casdoor/1.847.0/scripts/init.sh similarity index 100% rename from appstore/casdoor/1.846.0/scripts/init.sh rename to appstore/casdoor/1.847.0/scripts/init.sh diff --git a/appstore/casdoor/1.846.0/scripts/uninstall.sh b/appstore/casdoor/1.847.0/scripts/uninstall.sh similarity index 100% rename from appstore/casdoor/1.846.0/scripts/uninstall.sh rename to appstore/casdoor/1.847.0/scripts/uninstall.sh diff --git a/appstore/casdoor/1.846.0/scripts/upgrade.sh b/appstore/casdoor/1.847.0/scripts/upgrade.sh similarity index 100% rename from appstore/casdoor/1.846.0/scripts/upgrade.sh rename to appstore/casdoor/1.847.0/scripts/upgrade.sh diff --git a/appstore/dify/0.15.3/docker-compose.yml b/appstore/dify/0.15.3/docker-compose.yml index 1b9d75b0..1f3220a2 100644 --- a/appstore/dify/0.15.3/docker-compose.yml +++ b/appstore/dify/0.15.3/docker-compose.yml @@ -9,6 +9,7 @@ networks: internal: true services: api: + container_name: api-dify depends_on: - db - redis @@ -434,6 +435,7 @@ services: - tail - -f - /dev/null + container_name: certbot-dify entrypoint: - /docker-entrypoint.sh environment: @@ -451,6 +453,7 @@ services: - ${DIFY_ROOT_PATH}/certbot/update-cert.template.txt:/update-cert.template.txt - ${DIFY_ROOT_PATH}/certbot/docker-entrypoint.sh:/docker-entrypoint.sh chroma: + container_name: chroma-dify environment: CHROMA_SERVER_AUTHN_CREDENTIALS: ${CHROMA_SERVER_AUTHN_CREDENTIALS:-difyai123456} CHROMA_SERVER_AUTHN_PROVIDER: ${CHROMA_SERVER_AUTHN_PROVIDER:-chromadb.auth.token_authn.TokenAuthenticationServerProvider} @@ -500,6 +503,7 @@ services: \ -c 'shared_buffers=${POSTGRES_SHARED_BUFFERS:-128MB}'\n -c 'work_mem=${POSTGRES_WORK_MEM:-4MB}'\n\ \ -c 'maintenance_work_mem=${POSTGRES_MAINTENANCE_WORK_MEM:-64MB}'\n\ \ -c 'effective_cache_size=${POSTGRES_EFFECTIVE_CACHE_SIZE:-4096MB}'\n" + container_name: db-dify environment: PGDATA: ${PGDATA:-/var/lib/postgresql/data/pgdata} PGUSER: ${PGUSER:-postgres} @@ -519,7 +523,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/db/data:/var/lib/postgresql/data elasticsearch: - container_name: elasticsearch + container_name: elasticsearch-dify deploy: resources: limits: @@ -560,7 +564,7 @@ services: etcd: command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd - container_name: milvus-etcd + container_name: milvus-etcd-dify environment: ETCD_AUTO_COMPACTION_MODE: ${ETCD_AUTO_COMPACTION_MODE:-revision} ETCD_AUTO_COMPACTION_RETENTION: ${ETCD_AUTO_COMPACTION_RETENTION:-1000} @@ -583,7 +587,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/milvus/etcd:/etcd kibana: - container_name: kibana + container_name: kibana-dify depends_on: - elasticsearch environment: @@ -614,7 +618,7 @@ services: - milvus - run - standalone - container_name: milvus-standalone + container_name: milvus-standalone-dify depends_on: - etcd - minio @@ -644,7 +648,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/milvus/milvus:/var/lib/milvus minio: command: minio server /minio_data --console-address ":9001" - container_name: milvus-minio + container_name: milvus-minio-dify environment: MINIO_ACCESS_KEY: ${MINIO_ACCESS_KEY:-minioadmin} MINIO_SECRET_KEY: ${MINIO_SECRET_KEY:-minioadmin} @@ -665,7 +669,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/milvus/minio:/minio_data myscale: - container_name: myscale + container_name: myscale-dify image: myscale/myscaledb:1.6.4 ports: - ${MYSCALE_PORT:-8123}:${MYSCALE_PORT:-8123} @@ -678,6 +682,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/myscale/log:/var/log/clickhouse-server - ${DIFY_ROOT_PATH}/volumes/myscale/config/users.d/custom_users_config.xml:/etc/clickhouse-server/users.d/custom_users_config.xml nginx: + container_name: nginx-dify depends_on: - api - web @@ -717,6 +722,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/certbot/conf:/etc/letsencrypt - ${DIFY_ROOT_PATH}/volumes/certbot/www:/var/www/html oceanbase: + container_name: oceanbase-dify environment: OB_CLUSTER_NAME: ${OCEANBASE_CLUSTER_NAME:-difyai} OB_MEMORY_LIMIT: ${OCEANBASE_MEMORY_LIMIT:-6G} @@ -732,7 +738,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/oceanbase/conf:/root/.obd/cluster - ${DIFY_ROOT_PATH}/volumes/oceanbase/init.d:/root/boot/init.d opensearch: - container_name: opensearch + container_name: opensearch-dify environment: OPENSEARCH_INITIAL_ADMIN_PASSWORD: ${OPENSEARCH_INITIAL_ADMIN_PASSWORD:-Qazwsxedc!@#123} OPENSEARCH_JAVA_OPTS: -Xms${OPENSEARCH_JAVA_OPTS_MIN:-512m} -Xmx${OPENSEARCH_JAVA_OPTS_MAX:-1024m} @@ -753,7 +759,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/opensearch/data:/usr/share/opensearch/data opensearch-dashboards: - container_name: opensearch-dashboards + container_name: opensearch-dashboards-dify depends_on: - opensearch environment: @@ -766,6 +772,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/opensearch/opensearch_dashboards.yml:/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml oracle: + container_name: oracle-dify environment: ORACLE_CHARACTERSET: ${ORACLE_CHARACTERSET:-AL32UTF8} ORACLE_PWD: ${ORACLE_PWD:-Dify123456} @@ -779,6 +786,7 @@ services: type: volume - ${DIFY_ROOT_PATH}/startupscripts:/opt/oracle/scripts/startup pgvecto-rs: + container_name: pgvecto-rs-dify environment: PGDATA: ${PGVECTOR_PGDATA:-/var/lib/postgresql/data/pgdata} PGUSER: ${PGVECTOR_PGUSER:-postgres} @@ -798,6 +806,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/pgvecto_rs/data:/var/lib/postgresql/data pgvector: + container_name: pgvector-dify environment: PGDATA: ${PGVECTOR_PGDATA:-/var/lib/postgresql/data/pgdata} PGUSER: ${PGVECTOR_PGUSER:-postgres} @@ -817,6 +826,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/pgvector/data:/var/lib/postgresql/data plugin_daemon: + container_name: plugin_daemon-dify environment: ACCESS_TOKEN_EXPIRE_MINUTES: ${ACCESS_TOKEN_EXPIRE_MINUTES:-60} ALIYUN_OSS_ACCESS_KEY: ${ALIYUN_OSS_ACCESS_KEY:-your-access-key} @@ -1239,6 +1249,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/plugin_daemon:/app/storage qdrant: + container_name: qdrant-dify environment: QDRANT_API_KEY: ${QDRANT_API_KEY:-difyai123456} image: langgenius/qdrant:v1.7.3 @@ -1249,6 +1260,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/qdrant:/qdrant/storage redis: command: redis-server --requirepass ${REDIS_PASSWORD:-difyai123456} + container_name: redis-dify environment: REDISCLI_AUTH: ${REDIS_PASSWORD:-difyai123456} healthcheck: @@ -1261,6 +1273,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/redis/data:/data sandbox: + container_name: sandbox-dify environment: API_KEY: ${SANDBOX_API_KEY:-dify-sandbox} ENABLE_NETWORK: ${SANDBOX_ENABLE_NETWORK:-true} @@ -1282,6 +1295,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/sandbox/dependencies:/dependencies ssrf_proxy: + container_name: ssrf_proxy-dify entrypoint: - sh - -c @@ -1302,6 +1316,7 @@ services: - ${DIFY_ROOT_PATH}/ssrf_proxy/squid.conf.template:/etc/squid/squid.conf.template - ${DIFY_ROOT_PATH}/ssrf_proxy/docker-entrypoint.sh:/docker-entrypoint-mount.sh unstructured: + container_name: unstructured-dify image: downloads.unstructured.io/unstructured-io/unstructured-api:latest profiles: - unstructured @@ -1309,6 +1324,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/unstructured:/app/data weaviate: + container_name: weaviate-dify environment: AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: ${WEAVIATE_AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED:-false} AUTHENTICATION_APIKEY_ALLOWED_KEYS: ${WEAVIATE_AUTHENTICATION_APIKEY_ALLOWED_KEYS:-WVF5YThaHlkYwhGUSmCRgsX3tD5ngdN8pkih} @@ -1328,6 +1344,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/weaviate:/var/lib/weaviate web: + container_name: dify environment: APP_API_URL: ${APP_API_URL:-} CONSOLE_API_URL: ${CONSOLE_API_URL:-} @@ -1342,6 +1359,7 @@ services: image: langgenius/dify-web:0.15.3 restart: always worker: + container_name: worker-dify depends_on: - db - redis diff --git a/appstore/element-web/1.11.92/.env b/appstore/element-web/1.11.93/.env similarity index 100% rename from appstore/element-web/1.11.92/.env rename to appstore/element-web/1.11.93/.env diff --git a/appstore/element-web/1.11.92/conf/config.sample.json b/appstore/element-web/1.11.93/conf/config.sample.json similarity index 100% rename from appstore/element-web/1.11.92/conf/config.sample.json rename to appstore/element-web/1.11.93/conf/config.sample.json diff --git a/appstore/element-web/1.11.92/data.yml b/appstore/element-web/1.11.93/data.yml similarity index 100% rename from appstore/element-web/1.11.92/data.yml rename to appstore/element-web/1.11.93/data.yml diff --git a/appstore/element-web/1.11.92/docker-compose.yml b/appstore/element-web/1.11.93/docker-compose.yml similarity index 89% rename from appstore/element-web/1.11.92/docker-compose.yml rename to appstore/element-web/1.11.93/docker-compose.yml index 658f48a8..d423c7e6 100644 --- a/appstore/element-web/1.11.92/docker-compose.yml +++ b/appstore/element-web/1.11.93/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: vectorim/element-web:v1.11.92 + image: vectorim/element-web:v1.11.93 labels: createdBy: Apps networks: diff --git a/appstore/element-web/1.11.92/envs/default.env b/appstore/element-web/1.11.93/envs/default.env similarity index 100% rename from appstore/element-web/1.11.92/envs/default.env rename to appstore/element-web/1.11.93/envs/default.env diff --git a/appstore/element-web/1.11.92/envs/global.env b/appstore/element-web/1.11.93/envs/global.env similarity index 100% rename from appstore/element-web/1.11.92/envs/global.env rename to appstore/element-web/1.11.93/envs/global.env diff --git a/appstore/element-web/1.11.92/scripts/init.sh b/appstore/element-web/1.11.93/scripts/init.sh similarity index 100% rename from appstore/element-web/1.11.92/scripts/init.sh rename to appstore/element-web/1.11.93/scripts/init.sh diff --git a/appstore/element-web/1.11.92/scripts/uninstall.sh b/appstore/element-web/1.11.93/scripts/uninstall.sh similarity index 100% rename from appstore/element-web/1.11.92/scripts/uninstall.sh rename to appstore/element-web/1.11.93/scripts/uninstall.sh diff --git a/appstore/element-web/1.11.92/scripts/upgrade.sh b/appstore/element-web/1.11.93/scripts/upgrade.sh similarity index 100% rename from appstore/element-web/1.11.92/scripts/upgrade.sh rename to appstore/element-web/1.11.93/scripts/upgrade.sh diff --git a/appstore/macos/2.00/.env b/appstore/macos/2.01/.env similarity index 100% rename from appstore/macos/2.00/.env rename to appstore/macos/2.01/.env diff --git a/appstore/macos/2.00/data.yml b/appstore/macos/2.01/data.yml similarity index 100% rename from appstore/macos/2.00/data.yml rename to appstore/macos/2.01/data.yml diff --git a/appstore/macos/2.00/docker-compose.yml b/appstore/macos/2.01/docker-compose.yml similarity index 95% rename from appstore/macos/2.00/docker-compose.yml rename to appstore/macos/2.01/docker-compose.yml index ab7d2a74..31c947c4 100644 --- a/appstore/macos/2.00/docker-compose.yml +++ b/appstore/macos/2.01/docker-compose.yml @@ -14,7 +14,7 @@ services: - .env environment: - VERSION=${VERSION} - image: dockurr/macos:2.00 + image: dockurr/macos:2.01 labels: createdBy: Apps networks: diff --git a/appstore/macos/2.00/envs/default.env b/appstore/macos/2.01/envs/default.env similarity index 100% rename from appstore/macos/2.00/envs/default.env rename to appstore/macos/2.01/envs/default.env diff --git a/appstore/macos/2.00/envs/global.env b/appstore/macos/2.01/envs/global.env similarity index 100% rename from appstore/macos/2.00/envs/global.env rename to appstore/macos/2.01/envs/global.env diff --git a/appstore/macos/2.00/scripts/init.sh b/appstore/macos/2.01/scripts/init.sh similarity index 100% rename from appstore/macos/2.00/scripts/init.sh rename to appstore/macos/2.01/scripts/init.sh diff --git a/appstore/macos/2.00/scripts/uninstall.sh b/appstore/macos/2.01/scripts/uninstall.sh similarity index 100% rename from appstore/macos/2.00/scripts/uninstall.sh rename to appstore/macos/2.01/scripts/uninstall.sh diff --git a/appstore/macos/2.00/scripts/upgrade.sh b/appstore/macos/2.01/scripts/upgrade.sh similarity index 100% rename from appstore/macos/2.00/scripts/upgrade.sh rename to appstore/macos/2.01/scripts/upgrade.sh diff --git a/appstore/nexus3/3.77.1/.env b/appstore/nexus3/3.77.2/.env similarity index 100% rename from appstore/nexus3/3.77.1/.env rename to appstore/nexus3/3.77.2/.env diff --git a/appstore/nexus3/3.77.1/data.yml b/appstore/nexus3/3.77.2/data.yml similarity index 100% rename from appstore/nexus3/3.77.1/data.yml rename to appstore/nexus3/3.77.2/data.yml diff --git a/appstore/nexus3/3.77.1/docker-compose.yml b/appstore/nexus3/3.77.2/docker-compose.yml similarity index 90% rename from appstore/nexus3/3.77.1/docker-compose.yml rename to appstore/nexus3/3.77.2/docker-compose.yml index 7be0f16d..c94b6411 100644 --- a/appstore/nexus3/3.77.1/docker-compose.yml +++ b/appstore/nexus3/3.77.2/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sonatype/nexus3:3.77.1-alpine + image: sonatype/nexus3:3.77.2-alpine labels: createdBy: Apps networks: diff --git a/appstore/nexus3/3.77.1/envs/default.env b/appstore/nexus3/3.77.2/envs/default.env similarity index 100% rename from appstore/nexus3/3.77.1/envs/default.env rename to appstore/nexus3/3.77.2/envs/default.env diff --git a/appstore/nexus3/3.77.1/envs/global.env b/appstore/nexus3/3.77.2/envs/global.env similarity index 100% rename from appstore/nexus3/3.77.1/envs/global.env rename to appstore/nexus3/3.77.2/envs/global.env diff --git a/appstore/nexus3/3.77.1/scripts/init.sh b/appstore/nexus3/3.77.2/scripts/init.sh similarity index 100% rename from appstore/nexus3/3.77.1/scripts/init.sh rename to appstore/nexus3/3.77.2/scripts/init.sh diff --git a/appstore/nexus3/3.77.1/scripts/uninstall.sh b/appstore/nexus3/3.77.2/scripts/uninstall.sh similarity index 100% rename from appstore/nexus3/3.77.1/scripts/uninstall.sh rename to appstore/nexus3/3.77.2/scripts/uninstall.sh diff --git a/appstore/nexus3/3.77.1/scripts/upgrade.sh b/appstore/nexus3/3.77.2/scripts/upgrade.sh similarity index 100% rename from appstore/nexus3/3.77.1/scripts/upgrade.sh rename to appstore/nexus3/3.77.2/scripts/upgrade.sh diff --git a/appstore/radarr/5.18.4/.env b/appstore/radarr/5.19.3/.env similarity index 100% rename from appstore/radarr/5.18.4/.env rename to appstore/radarr/5.19.3/.env diff --git a/appstore/radarr/5.18.4/data.yml b/appstore/radarr/5.19.3/data.yml similarity index 100% rename from appstore/radarr/5.18.4/data.yml rename to appstore/radarr/5.19.3/data.yml diff --git a/appstore/radarr/5.18.4/docker-compose.yml b/appstore/radarr/5.19.3/docker-compose.yml similarity index 95% rename from appstore/radarr/5.18.4/docker-compose.yml rename to appstore/radarr/5.19.3/docker-compose.yml index e72b9e20..4f0623f9 100644 --- a/appstore/radarr/5.18.4/docker-compose.yml +++ b/appstore/radarr/5.19.3/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=1000 - UMASK=022 - TZ=Asia/Shanghai - image: linuxserver/radarr:5.18.4 + image: linuxserver/radarr:5.19.3 labels: createdBy: Apps networks: diff --git a/appstore/radarr/5.18.4/envs/default.env b/appstore/radarr/5.19.3/envs/default.env similarity index 100% rename from appstore/radarr/5.18.4/envs/default.env rename to appstore/radarr/5.19.3/envs/default.env diff --git a/appstore/radarr/5.18.4/envs/global.env b/appstore/radarr/5.19.3/envs/global.env similarity index 100% rename from appstore/radarr/5.18.4/envs/global.env rename to appstore/radarr/5.19.3/envs/global.env diff --git a/appstore/radarr/5.18.4/scripts/init.sh b/appstore/radarr/5.19.3/scripts/init.sh similarity index 100% rename from appstore/radarr/5.18.4/scripts/init.sh rename to appstore/radarr/5.19.3/scripts/init.sh diff --git a/appstore/radarr/5.18.4/scripts/uninstall.sh b/appstore/radarr/5.19.3/scripts/uninstall.sh similarity index 100% rename from appstore/radarr/5.18.4/scripts/uninstall.sh rename to appstore/radarr/5.19.3/scripts/uninstall.sh diff --git a/appstore/radarr/5.18.4/scripts/upgrade.sh b/appstore/radarr/5.19.3/scripts/upgrade.sh similarity index 100% rename from appstore/radarr/5.18.4/scripts/upgrade.sh rename to appstore/radarr/5.19.3/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-02-24/.env b/appstore/rsshub/2025-02-25/.env similarity index 100% rename from appstore/rsshub/2025-02-24/.env rename to appstore/rsshub/2025-02-25/.env diff --git a/appstore/rsshub/2025-02-24/data.yml b/appstore/rsshub/2025-02-25/data.yml similarity index 100% rename from appstore/rsshub/2025-02-24/data.yml rename to appstore/rsshub/2025-02-25/data.yml diff --git a/appstore/rsshub/2025-02-24/docker-compose.yml b/appstore/rsshub/2025-02-25/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-02-24/docker-compose.yml rename to appstore/rsshub/2025-02-25/docker-compose.yml index bf71eead..6aea5a87 100644 --- a/appstore/rsshub/2025-02-24/docker-compose.yml +++ b/appstore/rsshub/2025-02-25/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-02-24 + image: diygod/rsshub:2025-02-25 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-02-24/envs/default.env b/appstore/rsshub/2025-02-25/envs/default.env similarity index 100% rename from appstore/rsshub/2025-02-24/envs/default.env rename to appstore/rsshub/2025-02-25/envs/default.env diff --git a/appstore/rsshub/2025-02-24/envs/global.env b/appstore/rsshub/2025-02-25/envs/global.env similarity index 100% rename from appstore/rsshub/2025-02-24/envs/global.env rename to appstore/rsshub/2025-02-25/envs/global.env diff --git a/appstore/rsshub/2025-02-24/scripts/init.sh b/appstore/rsshub/2025-02-25/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-02-24/scripts/init.sh rename to appstore/rsshub/2025-02-25/scripts/init.sh diff --git a/appstore/rsshub/2025-02-24/scripts/uninstall.sh b/appstore/rsshub/2025-02-25/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-02-24/scripts/uninstall.sh rename to appstore/rsshub/2025-02-25/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-02-24/scripts/upgrade.sh b/appstore/rsshub/2025-02-25/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-02-24/scripts/upgrade.sh rename to appstore/rsshub/2025-02-25/scripts/upgrade.sh diff --git a/appstore/synapse/1.124.0/.env b/appstore/synapse/1.125.0/.env similarity index 100% rename from appstore/synapse/1.124.0/.env rename to appstore/synapse/1.125.0/.env diff --git a/appstore/synapse/1.124.0/data.yml b/appstore/synapse/1.125.0/data.yml similarity index 100% rename from appstore/synapse/1.124.0/data.yml rename to appstore/synapse/1.125.0/data.yml diff --git a/appstore/synapse/1.124.0/docker-compose.yml b/appstore/synapse/1.125.0/docker-compose.yml similarity index 89% rename from appstore/synapse/1.124.0/docker-compose.yml rename to appstore/synapse/1.125.0/docker-compose.yml index d64af008..3486ce40 100644 --- a/appstore/synapse/1.124.0/docker-compose.yml +++ b/appstore/synapse/1.125.0/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.124.0 + image: matrixdotorg/synapse:v1.125.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.124.0 + image: matrixdotorg/synapse:v1.125.0 networks: - 1panel-network restart: false diff --git a/appstore/synapse/1.124.0/envs/default.env b/appstore/synapse/1.125.0/envs/default.env similarity index 100% rename from appstore/synapse/1.124.0/envs/default.env rename to appstore/synapse/1.125.0/envs/default.env diff --git a/appstore/synapse/1.124.0/envs/global.env b/appstore/synapse/1.125.0/envs/global.env similarity index 100% rename from appstore/synapse/1.124.0/envs/global.env rename to appstore/synapse/1.125.0/envs/global.env diff --git a/appstore/synapse/1.124.0/scripts/init.sh b/appstore/synapse/1.125.0/scripts/init.sh similarity index 100% rename from appstore/synapse/1.124.0/scripts/init.sh rename to appstore/synapse/1.125.0/scripts/init.sh diff --git a/appstore/synapse/1.124.0/scripts/uninstall.sh b/appstore/synapse/1.125.0/scripts/uninstall.sh similarity index 100% rename from appstore/synapse/1.124.0/scripts/uninstall.sh rename to appstore/synapse/1.125.0/scripts/uninstall.sh diff --git a/appstore/synapse/1.124.0/scripts/upgrade.sh b/appstore/synapse/1.125.0/scripts/upgrade.sh similarity index 100% rename from appstore/synapse/1.124.0/scripts/upgrade.sh rename to appstore/synapse/1.125.0/scripts/upgrade.sh diff --git a/appstore/windows/4.13/.env b/appstore/windows/4.14/.env similarity index 100% rename from appstore/windows/4.13/.env rename to appstore/windows/4.14/.env diff --git a/appstore/windows/4.13/data.yml b/appstore/windows/4.14/data.yml similarity index 100% rename from appstore/windows/4.13/data.yml rename to appstore/windows/4.14/data.yml diff --git a/appstore/windows/4.13/docker-compose.yml b/appstore/windows/4.14/docker-compose.yml similarity index 95% rename from appstore/windows/4.13/docker-compose.yml rename to appstore/windows/4.14/docker-compose.yml index c2a44970..1456aea1 100644 --- a/appstore/windows/4.13/docker-compose.yml +++ b/appstore/windows/4.14/docker-compose.yml @@ -16,7 +16,7 @@ services: - REGION=en-US - KEYBOARD=en-US - VERSION=${VERSION} - image: dockurr/windows:4.13 + image: dockurr/windows:4.14 labels: createdBy: Apps networks: diff --git a/appstore/windows/4.13/envs/default.env b/appstore/windows/4.14/envs/default.env similarity index 100% rename from appstore/windows/4.13/envs/default.env rename to appstore/windows/4.14/envs/default.env diff --git a/appstore/windows/4.13/envs/global.env b/appstore/windows/4.14/envs/global.env similarity index 100% rename from appstore/windows/4.13/envs/global.env rename to appstore/windows/4.14/envs/global.env diff --git a/appstore/windows/4.13/scripts/init.sh b/appstore/windows/4.14/scripts/init.sh similarity index 100% rename from appstore/windows/4.13/scripts/init.sh rename to appstore/windows/4.14/scripts/init.sh diff --git a/appstore/windows/4.13/scripts/uninstall.sh b/appstore/windows/4.14/scripts/uninstall.sh similarity index 100% rename from appstore/windows/4.13/scripts/uninstall.sh rename to appstore/windows/4.14/scripts/uninstall.sh diff --git a/appstore/windows/4.13/scripts/upgrade.sh b/appstore/windows/4.14/scripts/upgrade.sh similarity index 100% rename from appstore/windows/4.13/scripts/upgrade.sh rename to appstore/windows/4.14/scripts/upgrade.sh diff --git a/dockge/ammds/.env b/dockge/ammds/.env index a5bc3d28..efa9bb2c 100644 --- a/dockge/ammds/.env +++ b/dockge/ammds/.env @@ -22,6 +22,15 @@ AMMDS_PROWLARR_TOKEN= # IYUU 密钥 AMMDS_IYUU_TOKEN= +# qBittorrent URL +AMMDS_QBITTORRENT_URL= + +# qBittorrent 用户名 +AMMDS_QBITTORRENT_USERNAME= + +# qBittorrent 密码 +AMMDS_QBITTORRENT_PASSWORD= + # 自定义挂载目录 1 CUSTOM_MOUNT_DIRECTORY_1= diff --git a/dockge/ammds/docker-compose.yml b/dockge/ammds/docker-compose.yml index 0de37c6f..ca7784eb 100644 --- a/dockge/ammds/docker-compose.yml +++ b/dockge/ammds/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: qyg2297248353/ammds:v1.0.7 + image: qyg2297248353/ammds:v1.0.8 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index dacdedac..493fd3c0 100644 --- a/dockge/ani-rss/docker-compose.yml +++ b/dockge/ani-rss/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.307 + image: wushuo894/ani-rss:v1.1.308 labels: createdBy: Apps networks: diff --git a/dockge/casdoor/docker-compose.yml b/dockge/casdoor/docker-compose.yml index fd8ff681..8254bed7 100644 --- a/dockge/casdoor/docker-compose.yml +++ b/dockge/casdoor/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v1.846.0 + image: casbin/casdoor:v1.847.0 labels: createdBy: Apps networks: diff --git a/dockge/dify/docker-compose.yml b/dockge/dify/docker-compose.yml index 1b9d75b0..1f3220a2 100644 --- a/dockge/dify/docker-compose.yml +++ b/dockge/dify/docker-compose.yml @@ -9,6 +9,7 @@ networks: internal: true services: api: + container_name: api-dify depends_on: - db - redis @@ -434,6 +435,7 @@ services: - tail - -f - /dev/null + container_name: certbot-dify entrypoint: - /docker-entrypoint.sh environment: @@ -451,6 +453,7 @@ services: - ${DIFY_ROOT_PATH}/certbot/update-cert.template.txt:/update-cert.template.txt - ${DIFY_ROOT_PATH}/certbot/docker-entrypoint.sh:/docker-entrypoint.sh chroma: + container_name: chroma-dify environment: CHROMA_SERVER_AUTHN_CREDENTIALS: ${CHROMA_SERVER_AUTHN_CREDENTIALS:-difyai123456} CHROMA_SERVER_AUTHN_PROVIDER: ${CHROMA_SERVER_AUTHN_PROVIDER:-chromadb.auth.token_authn.TokenAuthenticationServerProvider} @@ -500,6 +503,7 @@ services: \ -c 'shared_buffers=${POSTGRES_SHARED_BUFFERS:-128MB}'\n -c 'work_mem=${POSTGRES_WORK_MEM:-4MB}'\n\ \ -c 'maintenance_work_mem=${POSTGRES_MAINTENANCE_WORK_MEM:-64MB}'\n\ \ -c 'effective_cache_size=${POSTGRES_EFFECTIVE_CACHE_SIZE:-4096MB}'\n" + container_name: db-dify environment: PGDATA: ${PGDATA:-/var/lib/postgresql/data/pgdata} PGUSER: ${PGUSER:-postgres} @@ -519,7 +523,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/db/data:/var/lib/postgresql/data elasticsearch: - container_name: elasticsearch + container_name: elasticsearch-dify deploy: resources: limits: @@ -560,7 +564,7 @@ services: etcd: command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd - container_name: milvus-etcd + container_name: milvus-etcd-dify environment: ETCD_AUTO_COMPACTION_MODE: ${ETCD_AUTO_COMPACTION_MODE:-revision} ETCD_AUTO_COMPACTION_RETENTION: ${ETCD_AUTO_COMPACTION_RETENTION:-1000} @@ -583,7 +587,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/milvus/etcd:/etcd kibana: - container_name: kibana + container_name: kibana-dify depends_on: - elasticsearch environment: @@ -614,7 +618,7 @@ services: - milvus - run - standalone - container_name: milvus-standalone + container_name: milvus-standalone-dify depends_on: - etcd - minio @@ -644,7 +648,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/milvus/milvus:/var/lib/milvus minio: command: minio server /minio_data --console-address ":9001" - container_name: milvus-minio + container_name: milvus-minio-dify environment: MINIO_ACCESS_KEY: ${MINIO_ACCESS_KEY:-minioadmin} MINIO_SECRET_KEY: ${MINIO_SECRET_KEY:-minioadmin} @@ -665,7 +669,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/milvus/minio:/minio_data myscale: - container_name: myscale + container_name: myscale-dify image: myscale/myscaledb:1.6.4 ports: - ${MYSCALE_PORT:-8123}:${MYSCALE_PORT:-8123} @@ -678,6 +682,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/myscale/log:/var/log/clickhouse-server - ${DIFY_ROOT_PATH}/volumes/myscale/config/users.d/custom_users_config.xml:/etc/clickhouse-server/users.d/custom_users_config.xml nginx: + container_name: nginx-dify depends_on: - api - web @@ -717,6 +722,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/certbot/conf:/etc/letsencrypt - ${DIFY_ROOT_PATH}/volumes/certbot/www:/var/www/html oceanbase: + container_name: oceanbase-dify environment: OB_CLUSTER_NAME: ${OCEANBASE_CLUSTER_NAME:-difyai} OB_MEMORY_LIMIT: ${OCEANBASE_MEMORY_LIMIT:-6G} @@ -732,7 +738,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/oceanbase/conf:/root/.obd/cluster - ${DIFY_ROOT_PATH}/volumes/oceanbase/init.d:/root/boot/init.d opensearch: - container_name: opensearch + container_name: opensearch-dify environment: OPENSEARCH_INITIAL_ADMIN_PASSWORD: ${OPENSEARCH_INITIAL_ADMIN_PASSWORD:-Qazwsxedc!@#123} OPENSEARCH_JAVA_OPTS: -Xms${OPENSEARCH_JAVA_OPTS_MIN:-512m} -Xmx${OPENSEARCH_JAVA_OPTS_MAX:-1024m} @@ -753,7 +759,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/opensearch/data:/usr/share/opensearch/data opensearch-dashboards: - container_name: opensearch-dashboards + container_name: opensearch-dashboards-dify depends_on: - opensearch environment: @@ -766,6 +772,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/opensearch/opensearch_dashboards.yml:/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml oracle: + container_name: oracle-dify environment: ORACLE_CHARACTERSET: ${ORACLE_CHARACTERSET:-AL32UTF8} ORACLE_PWD: ${ORACLE_PWD:-Dify123456} @@ -779,6 +786,7 @@ services: type: volume - ${DIFY_ROOT_PATH}/startupscripts:/opt/oracle/scripts/startup pgvecto-rs: + container_name: pgvecto-rs-dify environment: PGDATA: ${PGVECTOR_PGDATA:-/var/lib/postgresql/data/pgdata} PGUSER: ${PGVECTOR_PGUSER:-postgres} @@ -798,6 +806,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/pgvecto_rs/data:/var/lib/postgresql/data pgvector: + container_name: pgvector-dify environment: PGDATA: ${PGVECTOR_PGDATA:-/var/lib/postgresql/data/pgdata} PGUSER: ${PGVECTOR_PGUSER:-postgres} @@ -817,6 +826,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/pgvector/data:/var/lib/postgresql/data plugin_daemon: + container_name: plugin_daemon-dify environment: ACCESS_TOKEN_EXPIRE_MINUTES: ${ACCESS_TOKEN_EXPIRE_MINUTES:-60} ALIYUN_OSS_ACCESS_KEY: ${ALIYUN_OSS_ACCESS_KEY:-your-access-key} @@ -1239,6 +1249,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/plugin_daemon:/app/storage qdrant: + container_name: qdrant-dify environment: QDRANT_API_KEY: ${QDRANT_API_KEY:-difyai123456} image: langgenius/qdrant:v1.7.3 @@ -1249,6 +1260,7 @@ services: - ${DIFY_ROOT_PATH}/volumes/qdrant:/qdrant/storage redis: command: redis-server --requirepass ${REDIS_PASSWORD:-difyai123456} + container_name: redis-dify environment: REDISCLI_AUTH: ${REDIS_PASSWORD:-difyai123456} healthcheck: @@ -1261,6 +1273,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/redis/data:/data sandbox: + container_name: sandbox-dify environment: API_KEY: ${SANDBOX_API_KEY:-dify-sandbox} ENABLE_NETWORK: ${SANDBOX_ENABLE_NETWORK:-true} @@ -1282,6 +1295,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/sandbox/dependencies:/dependencies ssrf_proxy: + container_name: ssrf_proxy-dify entrypoint: - sh - -c @@ -1302,6 +1316,7 @@ services: - ${DIFY_ROOT_PATH}/ssrf_proxy/squid.conf.template:/etc/squid/squid.conf.template - ${DIFY_ROOT_PATH}/ssrf_proxy/docker-entrypoint.sh:/docker-entrypoint-mount.sh unstructured: + container_name: unstructured-dify image: downloads.unstructured.io/unstructured-io/unstructured-api:latest profiles: - unstructured @@ -1309,6 +1324,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/unstructured:/app/data weaviate: + container_name: weaviate-dify environment: AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: ${WEAVIATE_AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED:-false} AUTHENTICATION_APIKEY_ALLOWED_KEYS: ${WEAVIATE_AUTHENTICATION_APIKEY_ALLOWED_KEYS:-WVF5YThaHlkYwhGUSmCRgsX3tD5ngdN8pkih} @@ -1328,6 +1344,7 @@ services: volumes: - ${DIFY_ROOT_PATH}/volumes/weaviate:/var/lib/weaviate web: + container_name: dify environment: APP_API_URL: ${APP_API_URL:-} CONSOLE_API_URL: ${CONSOLE_API_URL:-} @@ -1342,6 +1359,7 @@ services: image: langgenius/dify-web:0.15.3 restart: always worker: + container_name: worker-dify depends_on: - db - redis diff --git a/dockge/element-web/docker-compose.yml b/dockge/element-web/docker-compose.yml index 658f48a8..d423c7e6 100644 --- a/dockge/element-web/docker-compose.yml +++ b/dockge/element-web/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: vectorim/element-web:v1.11.92 + image: vectorim/element-web:v1.11.93 labels: createdBy: Apps networks: diff --git a/dockge/macos/docker-compose.yml b/dockge/macos/docker-compose.yml index ab7d2a74..31c947c4 100644 --- a/dockge/macos/docker-compose.yml +++ b/dockge/macos/docker-compose.yml @@ -14,7 +14,7 @@ services: - .env environment: - VERSION=${VERSION} - image: dockurr/macos:2.00 + image: dockurr/macos:2.01 labels: createdBy: Apps networks: diff --git a/dockge/nexus3/docker-compose.yml b/dockge/nexus3/docker-compose.yml index 7be0f16d..c94b6411 100644 --- a/dockge/nexus3/docker-compose.yml +++ b/dockge/nexus3/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: sonatype/nexus3:3.77.1-alpine + image: sonatype/nexus3:3.77.2-alpine labels: createdBy: Apps networks: diff --git a/dockge/radarr/docker-compose.yml b/dockge/radarr/docker-compose.yml index e72b9e20..4f0623f9 100644 --- a/dockge/radarr/docker-compose.yml +++ b/dockge/radarr/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=1000 - UMASK=022 - TZ=Asia/Shanghai - image: linuxserver/radarr:5.18.4 + image: linuxserver/radarr:5.19.3 labels: createdBy: Apps networks: diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index bf71eead..6aea5a87 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-02-24 + image: diygod/rsshub:2025-02-25 labels: createdBy: Apps networks: diff --git a/dockge/synapse/docker-compose.yml b/dockge/synapse/docker-compose.yml index d64af008..3486ce40 100644 --- a/dockge/synapse/docker-compose.yml +++ b/dockge/synapse/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.124.0 + image: matrixdotorg/synapse:v1.125.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.124.0 + image: matrixdotorg/synapse:v1.125.0 networks: - 1panel-network restart: false diff --git a/dockge/windows/docker-compose.yml b/dockge/windows/docker-compose.yml index c2a44970..1456aea1 100644 --- a/dockge/windows/docker-compose.yml +++ b/dockge/windows/docker-compose.yml @@ -16,7 +16,7 @@ services: - REGION=en-US - KEYBOARD=en-US - VERSION=${VERSION} - image: dockurr/windows:4.13 + image: dockurr/windows:4.14 labels: createdBy: Apps networks: