mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +01:00
10 lines
228 B
YAML
10 lines
228 B
YAML
version: '2'
|
|
services:
|
|
nodeclarity:
|
|
image : danieljt/harbor-clarity-base:0.8.0
|
|
volumes:
|
|
- ../src/ui/static/new-ui:/clarity-seed/dist
|
|
- ../src/ui_ng/src/app:/clarity-seed/src/app
|
|
depends_on:
|
|
- ui
|