mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +00:00
fixing render.yaml file
This commit is contained in:
parent
693353aac9
commit
f2b79d2b5c
1 changed files with 12 additions and 82 deletions
94
render.yaml
94
render.yaml
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue