remove redis port (#278)

This commit is contained in:
Bret Fisher
2022-12-16 23:01:10 -05:00
committed by GitHub
parent f1445f43b1
commit 897171c0da
3 changed files with 0 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ services:
healthcheck:
test: /healthchecks/redis.sh
interval: "5s"
ports: ["6379"]
networks:
- back-tier

View File

@@ -58,7 +58,6 @@ services:
healthcheck:
test: /healthchecks/redis.sh
interval: "5s"
ports: ["6379"]
networks:
- back-tier

View File

@@ -41,7 +41,6 @@ services:
redis:
image: redis:alpine
ports: ["6379"]
networks:
- back-tier