mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 02:11:04 +08:00
- Rewrite README.md in Chinese and add README_en.md in English to focus on product introduction and main features - Update data.yml with improved multilingual descriptions, architecture support, and simplified form fields (only HTTP port configuration) - Simplify docker-compose.yml by removing unnecessary environment variables and using volume mount instead of named volume - Add init.sh script for container initialization and update logo.png file - Remove .env.sample file with complex environment variables
17 lines
325 B
YAML
17 lines
325 B
YAML
services:
|
|
linkstack:
|
|
image: linkstackorg/linkstack:latest
|
|
pull_policy: always
|
|
volumes:
|
|
- ./data:/htdocs
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:80
|
|
container_name: ${CONTAINER_NAME}
|
|
networks:
|
|
- 1panel-network
|
|
labels:
|
|
createdBy: Apps
|
|
networks:
|
|
1panel-network:
|
|
external: true
|