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