Merge pull request #35 from balena-io/hide-db-redis

Do not publish DB and Redis ports to the host
This commit is contained in:
Rich Bayliss 2019-01-28 19:36:27 +00:00 committed by GitHub
commit b9b9b65ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,11 +142,12 @@ services:
- redis - redis
ports: ports:
- "80:80" - "80:80"
- "222:222"
- "443:443" - "443:443"
- "3128:3128" - "3128:3128"
- "5432:5432" expose:
- "6379:6379" - "222"
- "5432"
- "6379"
networks: networks:
default: default:
aliases: aliases: