add disco.json

This commit is contained in:
Graham McIntire 2025-10-22 14:36:12 -05:00
parent 6c49980360
commit 2fb7016912
No known key found for this signature in database

19
disco.json Normal file
View file

@ -0,0 +1,19 @@
{
"version": "1.0",
"services": {
"web": {
"port": 4000,
"command": "mix phx.server"
},
"worker": {
"command": "mix run --no-halt"
}
},
"build": {
"command": "mix assets.deploy && mix release",
"env": {
"MIX_ENV": "prod",
"PHX_SERVER": "true"
}
}
}