-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpitstop.yaml
More file actions
36 lines (30 loc) · 845 Bytes
/
Copy pathpitstop.yaml
File metadata and controls
36 lines (30 loc) · 845 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
# Generated by pitstop init — 请根据实际情况修改
project:
name: "UltiCode"
services:
backend-spring:
type: springboot
path: "C:\\admin\\Code\\Project\\OJ\\UltiCode\\backend-spring"
command: "powershell -NoProfile -ExecutionPolicy Bypass -File ..\\scripts\\pitstop-start-backend.ps1"
port: 9001
health_check: "http://localhost:9001/actuator/health"
console:
type: vue
path: "C:\\admin\\Code\\Project\\OJ\\UltiCode\\console"
command: "pnpm dev"
port: 9002
health_check: "http://localhost:9002"
management:
type: vue
path: "C:\\admin\\Code\\Project\\OJ\\UltiCode\\management"
command: "pnpm dev"
port: 9003
health_check: "http://localhost:9003"
requirements:
java: ">=17"
maven: ">=3.8"
node: ">=20.19"
pnpm: ">=9"
logging:
dir: "./logs"
stdout: true