-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathStatefile.yml
More file actions
39 lines (36 loc) · 819 Bytes
/
Statefile.yml
File metadata and controls
39 lines (36 loc) · 819 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
38
39
ApiVersion: v0.16
Namespace: global
Resources:
- Name: console.nanocl.wtf
Kind: ncproxy.io/rule
Data:
Rules:
- Domain: console.nanocl.wtf
Network: All
Locations:
- Path: /
Version: 1.1
Headers:
- Upgrade $http_upgrade
- Connection "Upgrade"
Target:
Key: console.global.c
Port: 3000
Cargoes:
- Name: console
Container:
Image: node:22.0.0-slim
Tty: true
WorkingDir: /project
Env:
- HOST=0.0.0.0
HostConfig:
Binds:
- ./:/project
- ../nanocl-gui-toolkit:/nanocl-gui-toolkit
Cmd:
- sh
- -c
- |
npm install --legacy-peer-deps
npm run dev