Skip to content

Commit 970f6e5

Browse files
author
Joe Stubbs
committed
resolve merge conlficts from docs changes on github
2 parents 1f72da7 + 4358898 commit 970f6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer_docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ $ docker build -t abaco/dashboard -f Dockerfile-dashboard .
238238
4. Start the dashboard app with docker-compose by running the following from the project root:
239239

240240
```shell
241-
$ docker-compose -f docker-compose-dashboard up -d
241+
$ docker-compose -f docker-compose-dashboard.yml up -d
242242
```
243243

244244

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

322322
```
323-
324323
Auto-Scaling
325324
------------
326325

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

340339
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`.
340+
=======

0 commit comments

Comments
 (0)