OrientDB
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user