Skip to content

Commit

Permalink
build($Docker): always restart zipkin-cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Dec 23, 2020
1 parent fe3f211 commit 963f135
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.development-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ services:
environment:
CASSANDRA_USERNAME: cassandra_admin
CASSANDRA_PASSWORD: cassandra_password
restart: always
volumes:
- ~/docker-file-mapping/maf.zipkin-cassandra.development:/cassandra/data
# Uncomment to expose the storage port for testing
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ services:
environment:
CASSANDRA_USERNAME: cassandra_admin
CASSANDRA_PASSWORD: cassandra_password
restart: always
# Uncomment to expose the storage port for testing
# ports:
# - "9042:9042"
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ services:
environment:
CASSANDRA_USERNAME: cassandra_admin
CASSANDRA_PASSWORD: cassandra_password
restart: always
# Uncomment to expose the storage port for testing
# ports:
# - "9042:9042"
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ services:
environment:
CASSANDRA_USERNAME: cassandra_admin
CASSANDRA_PASSWORD: cassandra_password
restart: always
# Uncomment to expose the storage port for testing
# ports:
# - "9042:9042"
Expand Down

0 comments on commit 963f135

Please sign in to comment.