nezha/script/docker-compose.yaml

14 lines
348 B
YAML
Raw Normal View History

2020-11-29 09:17:40 -05:00
version: "3.3"
services:
dashboard:
image: nz_image_url
2020-11-29 09:17:40 -05:00
restart: always
volumes:
- ./data:/dashboard/data
- ./theme-custom/template:/dashboard/resuorce/template/theme-default:ro
- ./theme-custom/static:/dashboard/resuorce/static/theme-default:ro
2020-11-29 09:17:40 -05:00
ports:
- nz_site_port:80
2021-08-18 12:04:09 -04:00
- nz_grpc_port:nz_grpc_port