chore: Let dev redis, pgsql and s3 listen on localhost only. (#2776)
This commit is contained in:
@@ -3,11 +3,11 @@ services:
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- "6479:6379"
|
||||
- "127.0.0.1:6479:6379"
|
||||
postgres:
|
||||
image: postgres
|
||||
ports:
|
||||
- "5532:5432"
|
||||
- "127.0.0.1:5532:5432"
|
||||
environment:
|
||||
POSTGRES_USER: user
|
||||
POSTGRES_PASSWORD: pass
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
s3:
|
||||
image: lphoward/fake-s3
|
||||
ports:
|
||||
- "4569:4569"
|
||||
- "127.0.0.1:4569:4569"
|
||||
volumes:
|
||||
- ./fakes3:/fakes3_root
|
||||
outline:
|
||||
|
||||
Reference in New Issue
Block a user