-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Expand file tree
/
Copy pathcompose.yaml
More file actions
29 lines (29 loc) · 909 Bytes
/
Copy pathcompose.yaml
File metadata and controls
29 lines (29 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
services:
server:
build:
context: .
target: build-base
ports:
- "1313:1313"
entrypoint: ["hugo", "server", "--bind", "0.0.0.0"]
develop:
watch:
- action: sync
path: .
target: /project
ignore:
- hack/api-docs/
- content/reference/api/hub/latest.yaml
- content/reference/api/dvp/latest.yaml
- content/reference/api/registry/latest.yaml
- content/reference/api/ai-governance/api.yaml
- action: rebuild
path: hack/api-docs
- action: rebuild
path: content/reference/api/hub/latest.yaml
- action: rebuild
path: content/reference/api/dvp/latest.yaml
- action: rebuild
path: content/reference/api/registry/latest.yaml
- action: rebuild
path: content/reference/api/ai-governance/api.yaml