nezha/script/docker-compose.yaml

15 lines
426 B
YAML
Raw Normal View History

2020-11-29 22:17:40 +08:00
version: "3.3"
services:
dashboard:
image: nz_image_url
2020-11-29 22:17:40 +08:00
restart: always
volumes:
- ./data:/dashboard/data
2023-11-29 17:13:45 +08:00
- ./static-custom/static:/dashboard/resource/static/custom:ro
2022-06-03 10:09:39 +08:00
- ./theme-custom/template:/dashboard/resource/template/theme-custom:ro
- ./dashboard-custom/template:/dashboard/resource/template/dashboard-custom:ro
2020-11-29 22:17:40 +08:00
ports:
- nz_site_port:80
2021-08-19 00:04:09 +08:00
- nz_grpc_port:nz_grpc_port