Skip to content

Commit f3c2ccd

Browse files
Update docker-compose.yaml
1 parent 50da9e1 commit f3c2ccd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

infra/airflow-cluster/docker-compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ services:
118118
redis:
119119
image: redis:latest
120120
container_name: redis-airflow-${ENVIRONMENT}
121+
ports:
122+
- "6379:6379"
121123
expose:
122-
- 6379:6379
124+
- 6379
123125
healthcheck:
124126
test: ["CMD", "redis-cli", "ping"]
125127
interval: 5s

0 commit comments

Comments
 (0)