You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
688 B

[
{
"name": "Service",
"url": "http://service.sundayenglish.com",
"description": "Sunday English Service",
"command": ["cd", "/projects/service-se", "&&", "docker", "compose", "down", "&&", "docker", "compose", "up", "-d"]
},
{
"name": "Exercise",
"url": "http://exercise.sundayenglish.com",
"description": "Sunday English Exercise",
"command": ["cd", "/projects/exercise-se", "&&", "docker", "compose", "down", "&&", "docker", "compose", "up", "-d"]
},
{
"name": "Julius",
"url": null,
"description": "Julius",
"command": ["cd", "/projects/julius", "&&", "docker", "compose", "down", "&&", "docker", "compose", "up", "-d"]
}
]