nezha/script/docker-compose.yaml
2022-06-03 09:45:11 +08:00

16 lines
512 B
YAML

version: "3.3"
services:
dashboard:
image: nz_image_url
restart: always
volumes:
- ./data:/dashboard/data
- ./theme-custom/template:/dashboard/resuorce/template/theme-custom:ro
- ./theme-custom/static:/dashboard/resuorce/static/theme-custom:ro
- ./dashboard-custom/template:/dashboard/resuorce/template/dashboard-custom:ro
- ./dashboard-custom/static:/dashboard/resuorce/static/dashboard-custom:ro
ports:
- nz_site_port:80
- nz_grpc_port:nz_grpc_port