Skip to content

Commit

Permalink
Fix pre-commit hooks after 3ec203b (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Dec 1, 2023
1 parent 3ec203b commit 4aa2bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment-examples/docker-compose/README.md
Expand Up @@ -49,7 +49,7 @@ The CAS (Content Addressable Storage) service is used as a local cache for the N
target: /root
environment:
RUST_LOG: ${RUST_LOG:-warn}
ports:
ports:
[
"50051:50051/tcp",
"127.0.0.1:50061:50061",
Expand Down Expand Up @@ -115,7 +115,7 @@ Worker instances are responsible for executing tasks. They are configured in the

The Docker Compose setup is configured to run all services locally, which may not be suitable for production environments. The scheduler is currently the only single point of failure in the system. If the scheduler service fails, the entire system will be affected.

The Docker Compose setup does not automatically delete old data. This could lead to storage issues over time if not managed properly.
The Docker Compose setup does not automatically delete old data. This could lead to storage issues over time if not managed properly.

If you decide to stop using this setup, you can use `docker-compose down` to stop and remove all the containers. However, in a non-local setup, additional steps may be required to ensure that all data is securely deleted.

Expand Down

0 comments on commit 4aa2bc4

Please sign in to comment.