mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
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:
committed by
GitHub
parent
38a9ff3b87
commit
f08d3138bc
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user