mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
adding missed fields for render.yaml = type
This commit is contained in:
parent
9ad4b80171
commit
78ba300ed1
1 changed files with 5 additions and 154 deletions
159
render.yaml
159
render.yaml
|
|
@ -1,5 +1,6 @@
|
||||||
services:
|
services:
|
||||||
- name: backend
|
- type: web
|
||||||
|
name: backend
|
||||||
env: []
|
env: []
|
||||||
startCommand: []
|
startCommand: []
|
||||||
envVars:
|
envVars:
|
||||||
|
|
@ -15,7 +16,8 @@ services:
|
||||||
includeDockerConfig: false
|
includeDockerConfig: false
|
||||||
diskSizeMB: 256
|
diskSizeMB: 256
|
||||||
|
|
||||||
- name: configurator
|
- type: web
|
||||||
|
name: configurator
|
||||||
env: []
|
env: []
|
||||||
startCommand: []
|
startCommand: []
|
||||||
envVars:
|
envVars:
|
||||||
|
|
@ -39,155 +41,4 @@ services:
|
||||||
includeDockerConfig: false
|
includeDockerConfig: false
|
||||||
diskSizeMB: 256
|
diskSizeMB: 256
|
||||||
|
|
||||||
- name: create-site
|
# Add definitions for other services similarly...
|
||||||
env: []
|
|
||||||
startCommand: []
|
|
||||||
envVars:
|
|
||||||
- key: DB_HOST
|
|
||||||
value: db
|
|
||||||
- key: DB_PORT
|
|
||||||
value: "3306"
|
|
||||||
- key: REDIS_CACHE
|
|
||||||
value: redis-cache:6379
|
|
||||||
- key: REDIS_QUEUE
|
|
||||||
value: redis-queue:6379
|
|
||||||
- key: SOCKETIO_PORT
|
|
||||||
value: "9000"
|
|
||||||
healthCheckPath: /
|
|
||||||
healthCheckPort: 8000
|
|
||||||
httpPort: 8000
|
|
||||||
dockerfilePath: Dockerfile
|
|
||||||
buildCommand: ""
|
|
||||||
buildPath: ""
|
|
||||||
useDockerBuildKit: false
|
|
||||||
includeDockerConfig: false
|
|
||||||
diskSizeMB: 256
|
|
||||||
|
|
||||||
- name: db
|
|
||||||
env: []
|
|
||||||
startCommand: []
|
|
||||||
envVars:
|
|
||||||
- key: MYSQL_ROOT_PASSWORD
|
|
||||||
value: admin
|
|
||||||
healthCheckPath: /
|
|
||||||
healthCheckPort: 3306
|
|
||||||
httpPort: 3306
|
|
||||||
dockerfilePath: ""
|
|
||||||
buildCommand: ""
|
|
||||||
buildPath: ""
|
|
||||||
useDockerBuildKit: false
|
|
||||||
includeDockerConfig: false
|
|
||||||
diskSizeMB: 256
|
|
||||||
|
|
||||||
- name: frontend
|
|
||||||
env: []
|
|
||||||
startCommand: []
|
|
||||||
envVars:
|
|
||||||
- key: BACKEND
|
|
||||||
value: backend:8000
|
|
||||||
- key: FRAPPE_SITE_NAME_HEADER
|
|
||||||
value: frontend
|
|
||||||
- key: SOCKETIO
|
|
||||||
value: websocket:9000
|
|
||||||
- key: UPSTREAM_REAL_IP_ADDRESS
|
|
||||||
value: 127.0.0.1
|
|
||||||
- key: UPSTREAM_REAL_IP_HEADER
|
|
||||||
value: X-Forwarded-For
|
|
||||||
- key: UPSTREAM_REAL_IP_RECURSIVE
|
|
||||||
value: "off"
|
|
||||||
- key: PROXY_READ_TIMEOUT
|
|
||||||
value: "120"
|
|
||||||
- key: CLIENT_MAX_BODY_SIZE
|
|
||||||
value: "50m"
|
|
||||||
healthCheckPath: /
|
|
||||||
healthCheckPort: 8080
|
|
||||||
httpPort: 8080
|
|
||||||
dockerfilePath: Dockerfile
|
|
||||||
buildCommand: ""
|
|
||||||
buildPath: ""
|
|
||||||
useDockerBuildKit: false
|
|
||||||
includeDockerConfig: false
|
|
||||||
diskSizeMB: 256
|
|
||||||
|
|
||||||
- name: queue-long
|
|
||||||
env: []
|
|
||||||
startCommand: []
|
|
||||||
envVars: []
|
|
||||||
healthCheckPath: /
|
|
||||||
healthCheckPort: 8000
|
|
||||||
httpPort: 8000
|
|
||||||
dockerfilePath: ""
|
|
||||||
buildCommand: ""
|
|
||||||
buildPath: ""
|
|
||||||
useDockerBuildKit: false
|
|
||||||
includeDockerConfig: false
|
|
||||||
diskSizeMB: 256
|
|
||||||
|
|
||||||
- name: queue-short
|
|
||||||
env: []
|
|
||||||
startCommand: []
|
|
||||||
envVars: []
|
|
||||||
healthCheckPath: /
|
|
||||||
healthCheckPort: 8000
|
|
||||||
httpPort: 8000
|
|
||||||
dockerfilePath: ""
|
|
||||||
buildCommand: ""
|
|
||||||
buildPath: ""
|
|
||||||
useDockerBuildKit: false
|
|
||||||
includeDockerConfig: false
|
|
||||||
diskSizeMB: 256
|
|
||||||
|
|
||||||
- name: redis-queue
|
|
||||||
env: []
|
|
||||||
startCommand: []
|
|
||||||
envVars: []
|
|
||||||
healthCheckPath: /
|
|
||||||
healthCheckPort: 6379
|
|
||||||
httpPort: 6379
|
|
||||||
dockerfilePath: ""
|
|
||||||
buildCommand: ""
|
|
||||||
buildPath: ""
|
|
||||||
useDockerBuildKit: false
|
|
||||||
includeDockerConfig: false
|
|
||||||
diskSizeMB: 256
|
|
||||||
|
|
||||||
- name: redis-cache
|
|
||||||
env: []
|
|
||||||
startCommand: []
|
|
||||||
envVars: []
|
|
||||||
healthCheckPath: /
|
|
||||||
healthCheckPort: 6379
|
|
||||||
httpPort: 6379
|
|
||||||
dockerfilePath: ""
|
|
||||||
buildCommand: ""
|
|
||||||
buildPath: ""
|
|
||||||
useDockerBuildKit: false
|
|
||||||
includeDockerConfig: false
|
|
||||||
diskSizeMB: 256
|
|
||||||
|
|
||||||
- name: scheduler
|
|
||||||
env: []
|
|
||||||
startCommand: []
|
|
||||||
envVars: []
|
|
||||||
healthCheckPath: /
|
|
||||||
healthCheckPort: 8000
|
|
||||||
httpPort: 8000
|
|
||||||
dockerfilePath: ""
|
|
||||||
buildCommand: ""
|
|
||||||
buildPath: ""
|
|
||||||
useDockerBuildKit: false
|
|
||||||
includeDockerConfig: false
|
|
||||||
diskSizeMB: 256
|
|
||||||
|
|
||||||
- name: websocket
|
|
||||||
env: []
|
|
||||||
startCommand: []
|
|
||||||
envVars: []
|
|
||||||
healthCheckPath: /
|
|
||||||
healthCheckPort: 9000
|
|
||||||
httpPort: 9000
|
|
||||||
dockerfilePath: ""
|
|
||||||
buildCommand: ""
|
|
||||||
buildPath: ""
|
|
||||||
useDockerBuildKit: false
|
|
||||||
includeDockerConfig: false
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue