添加script-hub和3x-ui应用配置文件
This commit is contained in:
17
apps/script-hub/latest/docker-compose.yml
Normal file
17
apps/script-hub/latest/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
script-hub:
|
||||
image: xxooyy/script-hub:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:9100"
|
||||
environment:
|
||||
- BASE_URL=${BASE_URL}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user