-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathharness.yml
More file actions
37 lines (37 loc) · 856 Bytes
/
harness.yml
File metadata and controls
37 lines (37 loc) · 856 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
30
31
32
33
34
35
36
37
harness('inviqa/nextjs'):
description: A docker based development environment for NextJS
parentLayers:
- inviqa/docker:v0.4.0
require:
services:
- proxy
confd:
- harness:/
---
attributes:
node:
packageManager: npm
version: '20'
services:
console:
build:
from: = 'node:' ~ @('node.version') ~ '-slim'
args: {}
publish: false
nginx:
enabled: true
config:
proxy_pass: http://nextjs:3000
relay:
enabled: false
nextjs:
enabled: true
build:
args: {} # NEXT_PUBLIC variables supported for build
environment: {} # no NEXT_PUBLIC variables supported for runtime
environment_secrets: {}
---
import:
- harness/config/*.yml
- harness/attributes/*.yml
- harness/attributes/environment/={env('MY127WS_ENV','local')}.yml