Skip to content

Commit

Permalink
Merge pull request #72 from oguzhantasimaz/master
Browse files Browse the repository at this point in the history
Add: Initial Test Topic Creation to Docker-Compose, Update: Couchbase Dockerfile
  • Loading branch information
erayarslan authored Nov 13, 2023
2 parents 363d746 + d87db2c commit 5a86cff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ services:
- 8082:8082
- 9092:9092
- 28082:28082
- 29092:29092
- 29092:29092
redpanda-topic-create:
image: docker.redpanda.com/redpandadata/redpanda
container_name: redpanda-topic-create
entrypoint: [ "bash", "-c", "sleep 5 && rpk topic create test --brokers redpanda:29092" ]
depends_on:
- redpanda
restart: "no"
2 changes: 1 addition & 1 deletion test/couchbase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM couchbase/server:community-7.1.0-aarch64
FROM couchbase:community-7.1.0
FROM couchbase:community-7.2.2

ADD configure.sh /configure.sh
RUN chmod +x /configure.sh
Expand Down

0 comments on commit 5a86cff

Please sign in to comment.