Skip to content

roseeichelmann/vz-model-workspace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VZ Model Workspace

Database

  • Start the database
docker compose up -d postgis
  • connect on localhost on 5432
  • username: vz
  • password: vz
  • database: visionzero
  • it trusts all connections, so the password is optional-ish

Adminer (DB UI)

  • Fire up the Adminer to inspect DB contents via a web UI
docker compose up -d adminer
  • connect with a browser on 8080
  • use the DB credentials

Python 🐍

  • If you want a python container with psycopg2 installed, run
docker compose run python
  • that should dump you in a shell where the python directory is bind-mounted on /application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%