mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-12-12 16:52:22 +08:00
21 lines
371 B
YAML
21 lines
371 B
YAML
networks:
|
|
1panel-network:
|
|
external: true
|
|
services:
|
|
dashdot:
|
|
container_name: dashdot
|
|
env_file:
|
|
- ./envs/global.env
|
|
- .env
|
|
image: mauricenino/dashdot:5.9.0
|
|
labels:
|
|
createdBy: Apps
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:3001
|
|
privileged: true
|
|
restart: always
|
|
volumes:
|
|
- /:/mnt/host:ro
|