nezha/script/docker-compose.yaml
2022-05-19 09:46:11 +08:00

14 lines
348 B
YAML

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