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