Skip to content

Commit

Permalink
docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Aug 29, 2023
1 parent 0cbec91 commit 99f6b7c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 173 deletions.
100 changes: 0 additions & 100 deletions docker/docker-compose-postgres.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions docker/docker-compose-prometheus.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
test: [ "CMD", "redis-cli","ping" ]

elasticsearch:
image: v1r3n/elasticsearch:6.8.12
image: elasticsearch:6.8.15
container_name: elasticsearch
environment:
- "ES_JAVA_OPTS=-Xms512m -Xmx1024m"
Expand Down
4 changes: 2 additions & 2 deletions docker/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Run the following commands from the project root.

## Running the conductor server
Conductor server requires redis, postgres and elastic search.
In order to build and run using Redis and Elastic Search `docker-compose -f docker-compose.yaml up`
Postgres and Elastic Search check [community](community-link)
In order to build and run using Redis and Elastic Search 6 run from the docker directory, `docker-compose -f docker-compose.yaml up`
Postgres and Elastic Search 7 check [community](community-link)
25 changes: 0 additions & 25 deletions docker/server/config/config-mysql.properties

This file was deleted.

25 changes: 0 additions & 25 deletions docker/server/config/config-postgres.properties

This file was deleted.

0 comments on commit 99f6b7c

Please sign in to comment.