You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
270 B

2 years ago
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"