1
0

chore(deps): update xream/sub-store docker tag to v2.21.44 (localApps) (#4400)

This commit is contained in:
renovate[bot]
2026-03-07 12:49:26 +00:00
committed by GitHub
parent c60b540be0
commit f92ac1ee4a
6 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
services:
sub-store:
image: xream/sub-store:2.21.44-http-meta
pull_policy: always
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3001"
environment:
- SUB_STORE_PUSH_SERVICE=${SUB_STORE_PUSH_SERVICE}
- SUB_STORE_BACKEND_SYNC_CRON=${SUB_STORE_CRON}
- SUB_STORE_FRONTEND_BACKEND_PATH=${SUB_STORE_FRONTEND_BACKEND_PATH}
volumes:
- ${DATA_PATH}:/opt/app/data
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true