mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
20 lines
434 B
YAML
20 lines
434 B
YAML
services:
|
|
nezha-dashboard:
|
|
image: "ghcr.io/naiba/nezha-dashboard:v0.20.4"
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
volumes:
|
|
- ./data:/dashboard/data
|
|
- ./config.yaml:/dashboard/data/config.yaml
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:80
|
|
- ${PANEL_APP_PORT_GRPC}:5555
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|