You've already forked PostgreSQL-docker-image
mirror of
https://github.com/artvs18/PostgreSQL-docker-image.git
synced 2026-06-19 17:17:04 +02:00
7093744323
Version 0.1 of Docker PostgreSQL image
19 lines
318 B
JSON
19 lines
318 B
JSON
{
|
|
"icon": "docker.svg",
|
|
"vm": {
|
|
"composefile": "docker-compose.yaml",
|
|
"exposes": {
|
|
"socket": "backend.sock"
|
|
}
|
|
},
|
|
"ui": {
|
|
"dashboard-tab": {
|
|
"title": "Postgressql",
|
|
"src": "index.html",
|
|
"root": "ui",
|
|
"backend": {
|
|
"socket": "backend.sock"
|
|
}
|
|
}
|
|
}
|
|
} |