Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/blame/commit/07162e5cf2eb46df7f1077d295412a4285bd4228/deploy/arango/docker-compose.yml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
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"
|