1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 05:41:03 +08:00
1Panel-Appstore/apps/sub-store/latest/docker-compose.yml
sephiroth cbb7950805
新增 axonhub应用,sub-store 增加 latest 版本配置 (#3112)
* add axonhub

* Added the latest version of the sub-store image configuration

*  feat(axonhub): add version 0.6.10 configuration and multi-language support
---------

Co-authored-by: pooneyy <85266337+pooneyy@users.noreply.github.com>
2025-12-26 02:56:39 +08:00

23 lines
560 B
YAML

services:
sub-store:
image: xream/sub-store:latest
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