From 33890ae2447c64c6217ec97f33217343df8f9960 Mon Sep 17 00:00:00 2001 From: Ping-Lin Chang Date: Sat, 8 Apr 2023 19:13:58 +0100 Subject: [PATCH] ci(docker-compose): expose etcd ports for GitHub Actions integration tests --- .env | 2 +- docker-compose.latest.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 954179cbd..b45d7d104 100644 --- a/.env +++ b/.env @@ -128,7 +128,7 @@ SOCAT_VERSION=1.7.4.4-r0 SOCAT_HOST=socat SOCAT_PORT=2375 -# Etcd +# etcd ETCD_VERSION=3.5.7 ETCD_HOST=etcd ETCD_CLIENT_PORT=2379 diff --git a/docker-compose.latest.yml b/docker-compose.latest.yml index ef40e25e1..7944bada9 100644 --- a/docker-compose.latest.yml +++ b/docker-compose.latest.yml @@ -241,3 +241,7 @@ services: redis: ports: - ${REDIS_PORT}:6379 + + etcd: + ports: + - ${ETCD_CLIENT_PORT}:2379