mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 13:18:13 -05:00
14 lines
348 B
YAML
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
|