2020-11-29 09:17:40 -05:00
|
|
|
version: "3.3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
dashboard:
|
2021-04-28 11:21:54 -04:00
|
|
|
image: nz_image_url
|
2020-11-29 09:17:40 -05:00
|
|
|
restart: always
|
|
|
|
volumes:
|
|
|
|
- ./data:/dashboard/data
|
2023-11-29 04:13:45 -05:00
|
|
|
- ./static-custom/static:/dashboard/resource/static/custom:ro
|
2022-06-02 22:09:39 -04:00
|
|
|
- ./theme-custom/template:/dashboard/resource/template/theme-custom:ro
|
|
|
|
- ./dashboard-custom/template:/dashboard/resource/template/dashboard-custom:ro
|
2020-11-29 09:17:40 -05:00
|
|
|
ports:
|
2020-12-06 20:38:10 -05:00
|
|
|
- nz_site_port:80
|
2021-08-18 12:04:09 -04:00
|
|
|
- nz_grpc_port:nz_grpc_port
|