17 lines
282 B
YAML
17 lines
282 B
YAML
customer:
|
|
name: example
|
|
domain: example.lunarfront.tech
|
|
|
|
database:
|
|
host: your-managed-postgres-host.db.ondigitalocean.com
|
|
name: example_lunarfront
|
|
|
|
redis:
|
|
host: your-managed-redis-host.db.ondigitalocean.com
|
|
|
|
image:
|
|
backend:
|
|
tag: "0.0.1"
|
|
frontend:
|
|
tag: "0.0.1"
|