Also note that Docker Desktop only allocates 2GB of memory by default, which isn't enough to run the docker-compose services reliably.
Also note that Docker Desktop only allocates 2GB of memory by default, which isn't enough to run the docker-compose services reliably.
To allocate more memory, go to Settings > Resources in the Docker UI and use the slider to change the value (_4GB recommended_). Make sure to click Apply & Restart for the changes to take effect.
To allocate more memory, go to Settings > Resources in the Docker UI and use the slider to change the value (_8GB recommended_). Make sure to click Apply & Restart for the changes to take effect.
To start the stack with monitoring enabled, just add the metric composition file.
To start the stack with monitoring enabled, just add the metric composition file.
```
```
...
@@ -46,8 +46,9 @@ docker-compose \
...
@@ -46,8 +46,9 @@ docker-compose \
```
```
Optionally, run a verifier along the rest of the stack. Run a replica with the same command by switching the service name!
Optionally, run a verifier along the rest of the stack. Run a replica with the same command by switching the service name!
```
```
docker-compose
docker-compose
-f docker-compose.yml \
-f docker-compose.yml \
-f docker-compose.ts-batch-submitter.yml \
-f docker-compose.ts-batch-submitter.yml \
up --scale \
up --scale \
...
@@ -55,7 +56,6 @@ docker-compose
...
@@ -55,7 +56,6 @@ docker-compose
--build --detach
--build --detach
```
```
A Makefile has been provided for convience. The following targets are available.
A Makefile has been provided for convience. The following targets are available.