main
parent
be82fb14d5
commit
cb831eb63c
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
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" |
Loading…
Reference in new issue