orientdb
This commit is contained in:
13
orientdb/compose.yml
Normal file
13
orientdb/compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
orientdb:
|
||||
image: orientdb:3.2
|
||||
environnement:
|
||||
- ORIENTDB_ROOT_PASSWORD=!ChangeMe!
|
||||
ports:
|
||||
- "2424:2424"
|
||||
- "2480:2480"
|
||||
volumes:
|
||||
- config_path:/orientdb/config
|
||||
- databases_path:/orientdb/databases
|
||||
- backup_path:/orientdb/backup
|
||||
|
||||
Reference in New Issue
Block a user