services: arangodb: image: arangodb:latest environment: ARANGO_NO_AUTH: "1" ports: - "48529:8529" restart: always