-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelestio.yml
More file actions
40 lines (40 loc) · 1.04 KB
/
elestio.yml
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
40
ports:
- protocol: "HTTPS"
targetProtocol: "HTTP"
listeningPort: "443"
targetPort: "8108"
targetIP: "172.17.0.1"
public: true
path: "/"
isAuth: false
environments:
- key: "SOFTWARE_VERSION_TAG"
value: "27.0.rc34"
- key: "ADMIN_PASSWORD"
value: "random_password"
- key: "TYPESENSE_API_KEY"
value: "random_password"
- key: "TYPESENSE_DATA_DIR"
value: "/data"
- key: "TYPESENSE_ENABLE_CORS"
value: "true"
config:
runTime: "dockerCompose"
version: ""
framework: ""
buildCommand: "docker-compose build"
buildDir: "/"
runCommand: "docker-compose up -d"
icon: ""
screenshot: "typesense.png"
lifeCycleConfig:
preInstallCommand: "./scripts/preInstall.sh"
postInstallCommand: "./scripts/postInstall.sh"
preBackupCommand: "./scripts/preBackup.sh"
postBackupCommand: "./scripts/postBackup.sh"
preRestoreCommand: "./scripts/preRestore.sh"
postRestoreCommand: "./scripts/postRestore.sh"
webUI:
- url: "https://[CI_CD_DOMAIN]/health"
label: "Typesense API"
password: "[ADMIN_PASSWORD]"