chore: setup docker env

This commit is contained in:
Sonny
2024-04-27 17:30:54 +02:00
committed by Sonny
parent 1386db6935
commit 2531242615
7 changed files with 147 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"Servers": {
"1": {
"Name": "project",
"Group": "Server Group 1",
"Port": 5432,
"Username": "postgres",
"Host": "postgres",
"SSLMode": "prefer",
"MaintenanceDB": "my-links"
}
}
}