init v1 script (#8)
* init v1 script * . * complete dashboard script * init agent script (posix) * complete agent script (posix)
This commit is contained in:
@ -1,14 +1,9 @@
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
dashboard:
|
||||
image: nz_image_url
|
||||
container_name: nezha-dashboard
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data:/dashboard/data
|
||||
- ./static-custom/static:/dashboard/resource/static/custom:ro
|
||||
- ./theme-custom/template:/dashboard/resource/template/theme-custom:ro
|
||||
- ./dashboard-custom/template:/dashboard/resource/template/dashboard-custom:ro
|
||||
ports:
|
||||
- nz_site_port:80
|
||||
- nz_grpc_port:nz_grpc_port
|
||||
- nz_port:nz_port
|
||||
|
||||
Reference in New Issue
Block a user