nezha/script/docker-compose.yaml
2023-11-29 17:13:45 +08:00

15 lines
426 B
YAML

version: "3.3"
services:
dashboard:
image: nz_image_url
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