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