fixing render.yaml file

This commit is contained in:
kavindu gunathilake 2024-03-25 01:52:48 +05:30
parent 693353aac9
commit f2b79d2b5c

View file

@ -1,25 +1,16 @@
services: services:
- type: web - type: web
name: backend name: backend
env: []
startCommand: []
envVars: envVars:
- key: MYSQL_ROOT_PASSWORD - key: MYSQL_ROOT_PASSWORD
value: admin value: admin
healthCheckPath: / healthCheckPath: /
healthCheckPort: 8000 runtime: docker
httpPort: 8000
dockerfilePath: Dockerfile dockerfilePath: Dockerfile
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256
- type: web - type: web
name: configurator name: configurator
env: []
startCommand: []
envVars: envVars:
- key: DB_HOST - key: DB_HOST
value: db value: db
@ -32,19 +23,12 @@ services:
- key: SOCKETIO_PORT - key: SOCKETIO_PORT
value: "9000" value: "9000"
healthCheckPath: / healthCheckPath: /
healthCheckPort: 8000 runtime: docker
httpPort: 8000
dockerfilePath: Dockerfile dockerfilePath: Dockerfile
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256
- type: web - type: web
name: create-site name: create-site
env: []
startCommand: []
envVars: envVars:
- key: DB_HOST - key: DB_HOST
value: db value: db
@ -57,19 +41,12 @@ services:
- key: SOCKETIO_PORT - key: SOCKETIO_PORT
value: "9000" value: "9000"
healthCheckPath: / healthCheckPath: /
healthCheckPort: 8000 runtime: docker
httpPort: 8000
dockerfilePath: Dockerfile dockerfilePath: Dockerfile
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256
- type: web - type: web
name: frontend name: frontend
env: []
startCommand: []
envVars: envVars:
- key: BACKEND - key: BACKEND
value: backend:8000 value: backend:8000
@ -88,101 +65,54 @@ services:
- key: CLIENT_MAX_BODY_SIZE - key: CLIENT_MAX_BODY_SIZE
value: "50m" value: "50m"
healthCheckPath: / healthCheckPath: /
healthCheckPort: 8080 runtime: docker
httpPort: 8080
dockerfilePath: Dockerfile dockerfilePath: Dockerfile
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256
- type: web - type: web
name: queue-long name: queue-long
env: []
startCommand: []
envVars: [] envVars: []
runtime: docker
healthCheckPath: / healthCheckPath: /
healthCheckPort: 8000
httpPort: 8000
dockerfilePath: "" dockerfilePath: ""
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256
- type: web - type: web
name: queue-short name: queue-short
env: []
startCommand: []
envVars: [] envVars: []
runtime: docker
healthCheckPath: / healthCheckPath: /
healthCheckPort: 8000
httpPort: 8000
dockerfilePath: "" dockerfilePath: ""
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256
- type: web - type: web
name: redis-queue name: redis-queue
env: []
startCommand: []
envVars: [] envVars: []
runtime: docker
healthCheckPath: / healthCheckPath: /
healthCheckPort: 6379
httpPort: 6379
dockerfilePath: "" dockerfilePath: ""
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256
- type: web - type: web
name: redis-cache name: redis-cache
env: []
startCommand: []
envVars: [] envVars: []
runtime: docker
healthCheckPath: / healthCheckPath: /
healthCheckPort: 6379
httpPort: 6379
dockerfilePath: "" dockerfilePath: ""
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256
- type: web - type: web
name: scheduler name: scheduler
env: []
startCommand: []
envVars: [] envVars: []
runtime: docker
healthCheckPath: / healthCheckPath: /
healthCheckPort: 8000
httpPort: 8000
dockerfilePath: "" dockerfilePath: ""
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256
- type: web - type: web
name: websocket name: websocket
env: []
startCommand: []
envVars: [] envVars: []
runtime: docker
healthCheckPath: / healthCheckPath: /
healthCheckPort: 9000
httpPort: 9000
dockerfilePath: "" dockerfilePath: ""
buildCommand: "" buildCommand: ""
buildPath: ""
useDockerBuildKit: false
includeDockerConfig: false
diskSizeMB: 256