Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docker/buildkite/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ services:
- discovery.type=single-node
- ES_JAVA_OPTS=-Xms256m -Xmx256m
- xpack.security.enabled=false
security_opt:
- no-new-privileges:true

cassandra:
image: cassandra:3.11.9
logging:
driver: none
expose:
- 9042
security_opt:
- no-new-privileges:true

temporal:
image: temporaliotest/auto-setup:latest
Expand All @@ -44,6 +48,8 @@ services:
- elasticsearch
volumes:
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
security_opt:
- no-new-privileges:true


unit-test-docker-jdk8:
Expand Down Expand Up @@ -76,4 +82,4 @@ services:
environment:
- "USER=unittest"
volumes:
- "../../:/temporal-java-client"
- "../../:/temporal-java-client"