Files
bdd-graph/orientdb/compose.yml

13 lines
295 B
YAML
Raw Normal View History

2025-10-29 10:10:48 +01:00
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