Skip to content

Commit

Permalink
Expose discprov db port locally (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
SidSethi committed Jul 31, 2020
1 parent d15dd4a commit 56c101c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discovery-provider/compose/docker-compose.base.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
POSTGRES_DB: audius_discovery
volumes:
- postgres_data:/var/lib/postgresql/data/
ports:
- '5432:5432'
networks:
- audius_dev
redis-server:
Expand Down

0 comments on commit 56c101c

Please sign in to comment.