Skip to content

Commit

Permalink
testing: expose Scylla API and CQL ports to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Dec 22, 2021
1 parent 38b98c4 commit 9b6dd87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ services:
scylla-manager-db:
image: ${SCYLLA_IMAGE}:${SCYLLA_VERSION}
command: --smp 1 --memory 500M --api-address 0.0.0.0
ports:
- "9042:9042"
- "10000:10000"
networks:
public:
ipv4_address: 192.168.100.100
Expand Down

0 comments on commit 9b6dd87

Please sign in to comment.