Add PostgreSQL template
This commit is contained in:
@@ -40,6 +40,22 @@
|
||||
],
|
||||
"volumes": ["/var/lib/mysql"]
|
||||
},
|
||||
{
|
||||
"title": "PostgreSQL",
|
||||
"description": "The most advanced open-source database",
|
||||
"logo": "https://hub.docker.com/public/images/official/postgres.png",
|
||||
"image": "postgres:latest",
|
||||
"env": [
|
||||
{
|
||||
"name": "POSTGRES_PASSWORD",
|
||||
"label": "Superuser password"
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
"5432/tcp"
|
||||
],
|
||||
"volumes": ["/var/lib/postgresql/data"]
|
||||
},
|
||||
{
|
||||
"title": "Mongo",
|
||||
"description": "Open-source document-oriented database",
|
||||
|
||||
Reference in New Issue
Block a user