12 lines
270 B

version: "3"
services:
arangodbcb:
image: arangodb:3.9
ports:
- "8530:8529"
# deploy:
# restart_policy:
# condition: on-failure
# max_attempts: 3
environment:
ARANGO_ROOT_PASSWORD: "dbpassword"