Skip to content

Commit

Permalink
Create elestio.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo authored Aug 24, 2024
1 parent 15e7976 commit 56968e3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions elestio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
config:
runTime: 'NodeJs'
version: '18'
framework: ''
installCommand: "npm install"
runCommand: 'npm start'
buildCommand: ''
buildDir: '/'
icon: "[email protected]"
screenshot: "screenzy-1688071680205.png"
ports:
- protocol: "HTTPS"
targetProtocol: "HTTP"
listeningPort: "443"
targetPort: "6805"
targetIP: "172.17.0.1"
public: true
path: "/"
isAuth: false
login: ""
password: ""
environments:
- key: 'SILEX_URL'
value: "https://[CI_CD_DOMAIN]"
webUI:
- url: "https://[CI_CD_DOMAIN]"
label: "Dashboard"

0 comments on commit 56968e3

Please sign in to comment.