This commit is contained in:
2025-10-29 14:37:00 +01:00
parent d782e14ca9
commit cd1b624fd5

View File

@@ -1,13 +1,21 @@
services:
# ----------------------------------------------------------------------
# OrientDB
# The first multimodel database in the world
# https://orientdb.dev/
orientdb:
image: orientdb:3.2
environnement:
- ORIENTDB_ROOT_PASSWORD=!ChangeMe!
ports:
- "2424:2424"
- "2480:2480"
ports:
- 2424:2424
- 2480:2480
environment:
ORIENTDB_ROOT_PASSWORD: "!ChangeMe!"
volumes:
- config_path:/orientdb/config
- databases_path:/orientdb/databases
- backup_path:/orientdb/backup
- orientdb_config:/orientdb/config
- orientdb_databases:/orientdb/databases
- orientdb_backup:/orientdb/backup
volumes:
orientdb_config:
orientdb_databases:
orientdb_backup: