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

View File

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