22 lines
518 B
YAML
22 lines
518 B
YAML
services:
|
|
# ----------------------------------------------------------------------
|
|
# OrientDB
|
|
# The first multimodel database in the world
|
|
# https://orientdb.dev/
|
|
orientdb:
|
|
image: orientdb:3.2
|
|
ports:
|
|
- 2424:2424
|
|
- 2480:2480
|
|
environment:
|
|
ORIENTDB_ROOT_PASSWORD: "!ChangeMe!"
|
|
volumes:
|
|
- orientdb_config:/orientdb/config
|
|
- orientdb_databases:/orientdb/databases
|
|
- orientdb_backup:/orientdb/backup
|
|
|
|
volumes:
|
|
orientdb_config:
|
|
orientdb_databases:
|
|
orientdb_backup:
|