Change dev ports to reduce clashes

This commit is contained in:
Tom Moor 2019-03-30 23:35:09 -07:00
parent 49e5748a4f
commit 76bb6c4341
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ services:
redis: redis:
image: redis image: redis
ports: ports:
- "6379:6379" - "6389:6379"
postgres: postgres:
image: postgres image: postgres
ports: ports:
- "5432:5432" - "5433:5432"
environment: environment:
POSTGRES_USER: user POSTGRES_USER: user
POSTGRES_PASSWORD: pass POSTGRES_PASSWORD: pass