Skip to content

Instantly share code, notes, and snippets.

@danwbyrne
Last active October 31, 2019 21:08
Show Gist options
  • Save danwbyrne/12268bda2fd1102b1a3147e30fb09e00 to your computer and use it in GitHub Desktop.
Save danwbyrne/12268bda2fd1102b1a3147e30fb09e00 to your computer and use it in GitHub Desktop.
Neotracker Docker Setup

current test setup

start database

docker run --rm -d --name db --network neotracker-net postgres:latest

start scraper test image

docker run -it --name scrape --network neotracker-net scrape:test /bin/bash

connect to db from the 'scraper'

psql postgresql://postgres@db

(should set up username/password for the postgres server)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment