Skip to content

Commit 655d082

Browse files
committed
ci: tmp
1 parent 7d7978b commit 655d082

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

assets/c8/8.9/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ services:
3838
retries: 30
3939
networks:
4040
- camunda-net
41+
env_file:
42+
- envs/.env.database.elasticsearch
4143

4244
# connectors:
4345
# image: camunda/connectors-bundle:SNAPSHOT
@@ -60,4 +62,4 @@ services:
6062

6163
networks:
6264
camunda-net:
63-
name: camunda-net
65+
name: camunda-net
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CAMUNDA_VERSION=8.9.0-alpha3
2+
CAMUNDA_CONNECTORS_VERSION=8.8.4
3+
ELASTIC_VERSION=8.17.10

0 commit comments

Comments
 (0)