mirror of
https://github.com/balena-io/open-balena.git
synced 2025-02-07 03:40:12 +00:00
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:
commit
b9b9b65ce6
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user