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.
34 lines
1.1 KiB
34 lines
1.1 KiB
[
|
|
{
|
|
"name": "Service",
|
|
"url": "http://service.sundayenglish.com",
|
|
"description": "Sunday English Service",
|
|
"command": ["cd", "/projects/service-se", "&&", "docker", "compose", "down", "&&", "docker", "compose", "up", "-d"],
|
|
"active": true,
|
|
"status": "active"
|
|
},
|
|
{
|
|
"name": "Exercise",
|
|
"url": "http://exercise.sundayenglish.com",
|
|
"description": "Sunday English Exercise",
|
|
"command": ["cd", "/projects/exercise-se", "&&", "docker", "compose", "down", "&&", "docker", "compose", "up", "-d"],
|
|
"active": true,
|
|
"status": "active"
|
|
},
|
|
{
|
|
"name": "Oauth",
|
|
"url": "https://oauth2.sundayenglish.com",
|
|
"description": "Oauth",
|
|
"command": ["cd", "/projects/gk_oauth", "&&", "docker", "compose", "down", "&&", "docker", "compose", "up", "-d"],
|
|
"active": true,
|
|
"status": "active"
|
|
},
|
|
{
|
|
"name": "Julius",
|
|
"url": null,
|
|
"description": "Julius",
|
|
"command": ["cd", "/projects/julius", "&&", "docker", "compose", "down", "&&", "docker", "compose", "up", "-d"],
|
|
"active": false,
|
|
"status": "inactive"
|
|
}
|
|
]
|
|
|