From d782e14ca9e3aac2a28d932b79db1646b0a13369 Mon Sep 17 00:00:00 2001 From: "e.medina" Date: Wed, 29 Oct 2025 10:10:48 +0100 Subject: [PATCH] orientdb --- orientdb/compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 orientdb/compose.yml diff --git a/orientdb/compose.yml b/orientdb/compose.yml new file mode 100644 index 0000000..550ba37 --- /dev/null +++ b/orientdb/compose.yml @@ -0,0 +1,13 @@ +services: + orientdb: + image: orientdb:3.2 + environnement: + - ORIENTDB_ROOT_PASSWORD=!ChangeMe! + ports: + - "2424:2424" + - "2480:2480" + volumes: + - config_path:/orientdb/config + - databases_path:/orientdb/databases + - backup_path:/orientdb/backup + \ No newline at end of file