mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 00:17:42 +00:00
add faktory infra
This commit is contained in:
parent
b1aac725aa
commit
58cb0460d9
1 changed files with 14 additions and 0 deletions
14
render.yaml
14
render.yaml
|
@ -58,6 +58,20 @@ services:
|
||||||
- key: DD_LOG_LEVEL
|
- key: DD_LOG_LEVEL
|
||||||
value: ERROR
|
value: ERROR
|
||||||
|
|
||||||
|
# Faktory
|
||||||
|
- type: pserv
|
||||||
|
name: srv.faktory
|
||||||
|
env: docker
|
||||||
|
plan: standard
|
||||||
|
repo: https://github.com/contribsys/faktory-render.git
|
||||||
|
envVars:
|
||||||
|
- key: FAKTORY_PASSWORD
|
||||||
|
sync: false
|
||||||
|
disk:
|
||||||
|
name: faktory-data
|
||||||
|
mountPath: /var/lib/faktory
|
||||||
|
sizeGB: 20
|
||||||
|
|
||||||
# API
|
# API
|
||||||
- type: web
|
- type: web
|
||||||
name: web.api
|
name: web.api
|
||||||
|
|
Loading…
Reference in a new issue