Commit Graph

6 Commits

Author SHA1 Message Date
Viren Baraiya 0ff680b786 feat(file-storage): replace LOCAL storage type with CONDUCTOR (#1412) 2026-07-28 20:09:42 -07:00
Viren Baraiya 9f0870f158 e2e test suite (#900) 2026-03-26 12:13:56 -07:00
Viren Baraiya 5ef4cfdffc docker compose 2023-12-18 22:44:24 -08:00
Viren Baraiya 8cd8d27e9c Docker updates (#3790)
* Add support for JDK17 in the docker containers
* Docker compose for redis, postgres and mysql with Elasticsearch7

co-author: @manan164
2023-09-28 15:09:51 -07:00
manan164 0afdef11a4 Fix docker builds. 2023-07-11 19:46:33 +05:30
venkag 3c92f3c9eb Feature/separate database services in docker compose (#2349)
* Separate database service into separate compose file

* Separating database service helps provide flexibility to preferred database.
* Downside with this is `docker-compose.yaml` cannot be used as is as the database service is detached.
* `README.md` is updated with new set of instructions to include database related docker compose file.
* This commit separates `dynomite` and `postgres` only. More can be extended in future.

* Separate database service into separate compose file

* Separating database service helps provide flexibility to preferred database.
* Downside with this is `docker-compose.yaml` cannot be used as is as the database service is detached.
* `README.md` is updated with new set of instructions to include database related docker compose file.
* This commit separates `dynomite` and `postgres` only. More can be extended in future.

* Update README.md

Co-authored-by: Venka Gade <vgade@vmware.com>
2021-07-13 16:23:02 -07:00