This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-10-18 19:24:44 +01:00
|
|
|
services:
|
|
|
|
|
arangodb:
|
|
|
|
|
image: arangodb:latest
|
|
|
|
|
environment:
|
|
|
|
|
ARANGO_NO_AUTH: 1
|
|
|
|
|
ports:
|
|
|
|
|
- "8529:8529"
|