Skip to content

Commit

Permalink
Merge pull request #359 from conductor-oss/fix/persistence-index-config
Browse files Browse the repository at this point in the history
Fix Persistence/IndexDAO config + docker compose files
  • Loading branch information
jmigueprieto authored Jan 8, 2025
2 parents 4407714 + 5eaa7fb commit 2a985b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/docker-compose-redis-os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ services:
- node.name=conductor-opensearch # Name the node that will run in this container
- discovery.seed_hosts=conductor-opensearch # Nodes to look for when discovering the cluster
- cluster.initial_cluster_manager_nodes=conductor-opensearch # Nodes eligible to serve as cluster manager
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=P4zzW)rd>>123_
volumes:
- esdata-conductor:/usr/share/opensearch/data
- osdata-conductor:/usr/share/opensearch/data
networks:
- internal
ports:
Expand All @@ -73,7 +74,7 @@ services:
max-file: "3"

volumes:
esdata-conductor:
osdata-conductor:
driver: local

networks:
Expand Down
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies {

//Indexing (note: Elasticsearch 6 is deprecated)
implementation project(':conductor-os-persistence')
implementation project(':conductor-es7-persistence')


implementation project(':conductor-redis-lock')
Expand Down

0 comments on commit 2a985b8

Please sign in to comment.