Merge pull request #487 from automatisch/stop-exposing-psql-redis-in-docker
chore(docker-compose): stop exposing psql & redis
This commit is contained in:
@@ -20,13 +20,9 @@ services:
|
||||
- POSTGRES_USERNAME=automatisch_user
|
||||
postgres:
|
||||
image: "postgres:14.5"
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
POSTGRES_DB: automatisch
|
||||
POSTGRES_USER: automatisch_user
|
||||
redis:
|
||||
image: "redis:7.0.4"
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
Reference in New Issue
Block a user