Gonzalo Javier Aune
5 years ago
3 changed files with 2 additions and 7 deletions
@ -1,2 +0,0 @@ |
|||
NODE_IP=$(curl http://169.254.170.2/v4/e52231f4-0246-4fc5-bc3e-ac20df1b118e | echo $(jq -r .DockerName).$NODE_DOMAIN) |
|||
NODE_ALIAS=$(curl http://169.254.170.2/v4/e52231f4-0246-4fc5-bc3e-ac20df1b118e | echo $(jq -r .DockerName)) |
@ -1,6 +1,6 @@ |
|||
[program:relay] |
|||
user=root |
|||
command=npm start --prefix /relay/ |
|||
command=npm run start-ecs --prefix /relay/ |
|||
startretries=999999999999999999999999999 |
|||
autostart=true |
|||
autorestart=true |
Loading…
Reference in new issue