docker compose

This commit is contained in:
Janis
2022-12-24 19:41:46 +01:00
parent 0c2ad4b1b0
commit df3942bcbd
972 changed files with 1020 additions and 1 deletions

14
docker_data/servers.json Normal file
View File

@@ -0,0 +1,14 @@
{
"Servers": {
"1": {
"Name": "trading_postgis",
"Group": "trading_postgis_group",
"Host": "host.docker.internal",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"PassFile": "/pgpass",
"SSLMode": "prefer"
}
}
}