add faktory infra

This commit is contained in:
Andre Medeiros 2022-11-01 23:54:01 -04:00
parent b1aac725aa
commit 58cb0460d9

View file

@ -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