12 lines
265 B
YAML
12 lines
265 B
YAML
services:
|
|
- type: web
|
|
name: wrnexus
|
|
runtime: docker
|
|
healthCheckPath: /readyz
|
|
preDeployCommand: bunx wrnexus db migrate --profile=production
|
|
envVars:
|
|
- key: DATABASE_URL
|
|
sync: false
|
|
- key: SESSION_SECRET
|
|
sync: false
|