Skip to content

Commit

Permalink
resolve merge conlficts from docs changes on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stubbs committed Jan 22, 2019
2 parents 1f72da7 + 4358898 commit 970f6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ $ docker build -t abaco/dashboard -f Dockerfile-dashboard .
4. Start the dashboard app with docker-compose by running the following from the project root:

```shell
$ docker-compose -f docker-compose-dashboard up -d
$ docker-compose -f docker-compose-dashboard.yml up -d
```


Expand Down Expand Up @@ -320,7 +320,6 @@ Making requests to the local development stack is easy using the requests librar
>>> requests.post('{}/actors'.format(base_url), data={'image': 'abacosamples/py3_func:dev'}, headers=headers).json()

```

Auto-Scaling
------------

Expand All @@ -338,3 +337,4 @@ Prometheus works by doing a GET request to the `/metrics` endpoint of Abaco, whi
6. Prometheus scrapes the `/metrics` endpoint and saves the metrics data to its time-series database.

Prometheus has some configuration files, found in the prometheus directory. Here, there is also a Dockerfile. The autoscaling feature uses a separate docker-compose file, `docker-compose-prom`.
=======

0 comments on commit 970f6e5

Please sign in to comment.