19 lines
No EOL
316 B
JSON
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"
|
|
}
|
|
}
|
|
} |