-
Notifications
You must be signed in to change notification settings - Fork 1
/
specs.json
115 lines (115 loc) · 5.73 KB
/
specs.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"version": "1",
"specs": [
{
"type": "docker-compose",
"name": "echo request",
"description": "echo the https request as seen by the internal container",
"logo": "",
"dependencies": [],
"url": "https://hub.docker.com/r/svendowideit/echo/tags",
"spec": "./echo/docker-compose.yml",
"environment": []
},
{
"type": "docker-compose",
"name": "Solana validator",
"description": "Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces. ",
"logo": "https://camo.githubusercontent.com/75fa540a153000d5b9dc90317184dc7177ecbf2bff43f9ed77cf62f2776fa04a/68747470733a2f2f692e696d6775722e636f6d2f494b797a5136542e706e67",
"dependencies": [],
"url": "https://solana.com/",
"spec": "./solana/docker-compose.yml",
"environment": []
},
{
"type": "docker-compose",
"name": "WordPress with MySQL",
"description": "The WordPress rich content management system can utilize plugins, widgets, and themes.",
"logo": "https://s.w.org/images/wmark.png",
"dependencies": [],
"url": "https://github.com/docker/awesome-compose/tree/master/wordpress-mysql",
"spec": "https://raw.githubusercontent.com/docker/awesome-compose/master/wordpress-mysql/compose.yaml",
"environment": []
},
{
"type": "docker-compose",
"name": "Prometheus & Grafana",
"description": "open-source systems monitoring and alerting.",
"logo": "https://duckduckgo.com/i/6e236905.png",
"dependencies": [],
"url": "https://github.com/docker/awesome-compose/tree/master/prometheus-grafana",
"spec": "https://raw.githubusercontent.com/docker/awesome-compose/master/prometheus-grafana/compose.yaml",
"environment": []
},
{
"type": "docker-compose",
"name": "Portainer (CE)",
"description": "Easily deploy, configure and secure containers in minutes on Docker, Kubernetes, Swarm and Nomad in any cloud, datacenter or device.",
"logo": "https://www.portainer.io/hs-fs/hubfs/PortainerTM-blue-landscape-small-web-300px.png?width=300&name=PortainerTM-blue-landscape-small-web-300px.png",
"dependencies": [],
"url": "https://github.com/docker/awesome-compose/tree/master/portainer",
"spec": "https://raw.githubusercontent.com/docker/awesome-compose/master/portainer/compose.yaml",
"environment": []
},
{
"type": "docker-compose",
"name": "Gitea with PostgreSQL",
"description": "Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab",
"logo": "https://docs.gitea.io/images/gitea.png",
"dependencies": [],
"url": "https://github.com/docker/awesome-compose/tree/master/gitea-postgres",
"spec": "https://raw.githubusercontent.com/docker/awesome-compose/master/gitea-postgres/compose.yaml",
"environment": []
},
{
"type": "docker-compose",
"name": "Minecraft",
"description": "basic setup for a Minecraft server",
"logo": "https://www.minecraft.net/content/dam/games/minecraft/logos/logo-minecraft.svg",
"dependencies": [],
"url": "https://github.com/docker/awesome-compose/tree/master/minecraft",
"spec": "https://raw.githubusercontent.com/docker/awesome-compose/master/minecraft/compose.yaml",
"environment": []
},
{
"type": "docker-compose",
"name": "elasticsearch-logstash-kibana",
"description": "elasticsearch-logstash-kibana",
"logo": "https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt280217a63b82a734/6202d3378b1f312528798412/elastic-logo.svg",
"dependencies": [],
"url": "https://github.com/jarry-xiao/candyland",
"spec": "https://raw.githubusercontent.com/jarry-xiao/candyland/89d0e8d0d0de156b4715db8f3a62febb88faecae/docker-compose.yaml",
"environment": []
},
{
"type": "docker-compose",
"name": "The Graph Node for Ethereum",
"description": "The Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL ",
"logo": "",
"dependencies": [],
"url": "https://github.com/graphprotocol/graph-node",
"spec": "https://raw.githubusercontent.com/graphprotocol/graph-node/master/docker/docker-compose.yml",
"environment": []
},
{
"type": "docker-compose",
"name": "Candyland",
"description": "Proof of concept program for compressing NFTs",
"logo": "",
"dependencies": [],
"url": "https://github.com/docker/awesome-compose/tree/master/elasticsearch-logstash-kibana",
"spec": "https://raw.githubusercontent.com/docker/awesome-compose/master/elasticsearch-logstash-kibana/compose.yaml",
"environment": []
},
{
"type": "docker-compose",
"name": "Bryan's X11 with vnc",
"description": "Trying it out",
"logo": "https://en.wikipedia.org/wiki/X_Window_System#/media/File:X.Org_Logo.svg",
"dependencies": [],
"url": "https://github.com/brod-intel/cfa-demo/tree/master/x11",
"spec": "https://raw.githubusercontent.com/brod-intel/cfa-demo/master/x11/docker-compose.yml",
"environment": []
}
]
}