1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00
1Panel-Appstore/apps/solara/latest/docker-compose.yml
maogeddd e6e83aed5b
feat(solara): 添加Solara(光域)音乐播放器 (#3437)
* 添加Solara(光域)音乐播放器

* 📝 docs(solara): optimize project documentation and add multilingual support

- add init.sh script for automatic SESSION_SECRET generation
- rewrite and simplify main README.md content for clarity
- add new README_en.md file with full English translation
- update data.yml with multilingual descriptions (zh-Hant, ja, ms, pt-br, ru, ko)
- change app type from 'tool' to 'website' in metadata
- remove deprecated _env.sample file
- update latest/data.yml with multilingual form field labels and descriptions
- simplify docker-compose.yml and add pull_policy
- compress application logo image

---------

Co-authored-by: pooneyy <85266337+pooneyy@users.noreply.github.com>
2026-01-15 00:37:27 +08:00

21 lines
457 B
YAML

services:
solara-music:
image: aexus/solara-music:latest
container_name: ${CONTAINER_NAME}
restart: always
pull_policy: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3001
environment:
- NODE_ENV=production
- PORT=3001
- SOLARA_PASSWORD=${SOLARA_PASSWORD}
- SESSION_SECRET=${SESSION_SECRET}
labels:
createdBy: Apps
networks:
1panel-network:
external: true