Skip to content

Commit

Permalink
ci(docker-compose): expose etcd ports for GitHub Actions integration …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
pinglin committed Apr 8, 2023
1 parent 3a3d02d commit 33890ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,7 @@ services:
redis:
ports:
- ${REDIS_PORT}:6379

etcd:
ports:
- ${ETCD_CLIENT_PORT}:2379

0 comments on commit 33890ae

Please sign in to comment.