mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
20 lines
398 B
YAML
20 lines
398 B
YAML
version: '3'
|
|
services:
|
|
lskypro:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
volumes:
|
|
- ./data:/var/www/html/
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:8089"
|
|
environment:
|
|
- "WEB_PORT=8089"
|
|
image: halcyonazure/lsky-pro-docker:latest
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true
|