Skip to content

Commit 014a251

Browse files
Pass 127.0.0.1 explicitly to Cassandra in dependency docker (#540)
1 parent 89c51cc commit 014a251

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docker/dependencies/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ services:
1919
container_name: temporal-cassandra
2020
ports:
2121
- "9042:9042"
22+
environment:
23+
CASSANDRA_LISTEN_ADDRESS: 127.0.0.1
2224
networks:
2325
- temporal-dependencies-network
2426
postgres:

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ require (
4545
github.com/olivere/elastic v6.2.32+incompatible
4646
github.com/onsi/ginkgo v1.10.3 // indirect
4747
github.com/onsi/gomega v1.7.1 // indirect
48-
github.com/opentracing/opentracing-go v1.2.0 // indirect
4948
github.com/pborman/uuid v1.2.0
5049
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
5150
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ github.com/onsi/gomega v1.7.1 h1:K0jcRCwNQM3vFGh1ppMtDh/+7ApJrjldlX8fA0jDTLQ=
277277
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
278278
github.com/opentracing/opentracing-go v1.1.0 h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=
279279
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
280-
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
281-
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
282280
github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=
283281
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
284282
github.com/pierrec/lz4 v2.4.1+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=

0 commit comments

Comments
 (0)