-
Notifications
You must be signed in to change notification settings - Fork 1
/
test-template.json
75 lines (75 loc) · 2.19 KB
/
test-template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"version":"2",
"templates":[
{
"type":1,
"title":"Registry - Test Automation",
"description":"Docker image registry",
"categories":[
"docker"
],
"platform":"linux",
"logo":"https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
"image":"registry:latest",
"ports":[
"5000/tcp"
],
"volumes":[
{
"container":"/var/lib/registry"
}
]
},
{
"type":2,
"title":"Wordpress - Test Automation",
"description":"Wordpress setup with a MySQL database",
"note":"Deploys a Wordpress instance connected to a MySQL database.",
"categories":[
"CMS"
],
"platform":"linux",
"logo":"https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
"repository":{
"url":"https://github.com/portainer/templates",
"stackfile":"stacks/wordpress/docker-stack.yml"
},
"env":[
{
"name":"MYSQL_DATABASE_PASSWORD",
"label":"Database root password",
"description":"Password used by the MySQL root user."
}
]
},
{
"type":3,
"title":"Wordpress - Test Automation",
"description":"Wordpress setup with a MySQL database",
"note":"Deploys a Wordpress instance connected to a MySQL database.",
"categories":[
"CMS"
],
"platform":"linux",
"logo":"https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
"repository":{
"url":"https://github.com/portainer/templates",
"stackfile":"stacks/wordpress/docker-compose.yml"
},
"env":[
{
"name":"MYSQL_DATABASE_PASSWORD",
"label":"Database root password",
"description":"Password used by the MySQL root user."
}
]
},
{
"type":4,
"title":"Wordpress - Test Automation",
"description":"Wordpress setup with a MySQL database",
"note":"Deploys a Wordpress instance connected to a MySQL database.",
"stackfile":"https://raw.githubusercontent.com/portainer/templates/master/stacks/wordpress/edge/docker-stack.yml"
}
]
}