aprs.me/disco.json
2025-10-22 14:36:12 -05:00

19 lines
No EOL
316 B
JSON

{
"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"
}
}
}