mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 13:18:13 -05:00
12 lines
196 B
YAML
12 lines
196 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
dashboard:
|
|
image: nz_image_url
|
|
restart: always
|
|
volumes:
|
|
- ./data:/dashboard/data
|
|
ports:
|
|
- nz_site_port:80
|
|
- nz_grpc_port:nz_grpc_port
|