Making local tests runnable (#157)

* using the right DB names in the proxy database file

* using the right DB names in the olympus database file

and the right ports

* using the right DB name in the docker-compose

* adding mongo URL to the buffalo env file

* adding mongo URL to the proxy env file

* updating port for the proxy DB

* updating DB schemas for olympus and the proxy

* making the readme a little more up to date
This commit is contained in:
Aaron Schlesinger
2018-06-06 12:42:16 -07:00
committed by GitHub
parent 38a9ff3b87
commit f08d3138bc
8 changed files with 29 additions and 31 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- "ALLOW_EMPTY_PASSWORD=yes"
- "MYSQL_USER=vgp"
- "MYSQL_PASSWORD=vgp"
- "MYSQL_DATABASE=vgoprox"
- "MYSQL_DATABASE=athens"
postgres:
image: postgres:9.6.9-alpine
ports: