chore: Improve performance in dev by running Node/Yarn outside of docker (#1271)

* Improve performance in dev by running Node/Yarn outside of docker

* Transpose exposed port numbers by 100, so less likely conflict with host processes
This commit is contained in:
Tom Moor
2020-05-17 18:12:48 -07:00
committed by GitHub
parent e0b33ee576
commit 18cf148bd1
4 changed files with 13 additions and 9 deletions

View File

@@ -3,11 +3,11 @@ services:
redis:
image: redis
ports:
- "6380:6379"
- "6479:6379"
postgres:
image: postgres
ports:
- "5434:5432"
- "5532:5432"
environment:
POSTGRES_USER: user
POSTGRES_PASSWORD: pass