Skip to content
Snippets Groups Projects

Feature/remove postgres from docker compose

Merged Jan Delember requested to merge feature/Remove_postgres_from_docker-compose into develop
3 files
+ 6
112
Compare changes
  • Side-by-side
  • Inline

Files

@@ -16,7 +16,7 @@ import numpy as np
def connect_to_database():
return psycopg2.connect(database="postgres", user="postgres",
password="docker", host="database", port="5432")
password="postgres", host="database", port="5432")
def arbor_get_attributes(): # noqa: E501
Loading