mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
22 lines
608 B
YAML
22 lines
608 B
YAML
services:
|
|
sub-store:
|
|
image: xream/sub-store:latest
|
|
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_BACKEND_SYNC_CRON:-${SUB_STORE_BACKEND_CRON:-${SUB_STORE_CRON:-55 23 * * *}}}
|
|
- SUB_STORE_FRONTEND_BACKEND_PATH=${SUB_STORE_FRONTEND_BACKEND_PATH}
|
|
volumes:
|
|
- ${DATA_PATH}:/opt/app/data
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|