2025-10-29 10:10:48 +01:00
|
|
|
services:
|
2025-10-29 14:37:00 +01:00
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
|
# OrientDB
|
|
|
|
|
# The first multimodel database in the world
|
|
|
|
|
# https://orientdb.dev/
|
2025-10-29 10:10:48 +01:00
|
|
|
orientdb:
|
|
|
|
|
image: orientdb:3.2
|
2025-10-29 14:37:00 +01:00
|
|
|
ports:
|
|
|
|
|
- 2424:2424
|
|
|
|
|
- 2480:2480
|
|
|
|
|
environment:
|
|
|
|
|
ORIENTDB_ROOT_PASSWORD: "!ChangeMe!"
|
2025-10-29 10:10:48 +01:00
|
|
|
volumes:
|
2025-10-29 14:37:00 +01:00
|
|
|
- orientdb_config:/orientdb/config
|
|
|
|
|
- orientdb_databases:/orientdb/databases
|
|
|
|
|
- orientdb_backup:/orientdb/backup
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
orientdb_config:
|
|
|
|
|
orientdb_databases:
|
|
|
|
|
orientdb_backup:
|