Skip to content

Commit

Permalink
add period
Browse files Browse the repository at this point in the history
  • Loading branch information
petehunt committed Jan 25, 2025
1 parent 63d16c6 commit 0ecb842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 40

This guide provides instructions for deploying Dagster using Docker Compose. This is useful when you want to, for example, deploy Dagster on an AWS EC2 host. A typical Dagster Docker deployment includes a several long-running containers: one for the webserver, one for the daemon, and one for each code location. It also typically executes each run in its own container.

The [full example is available on GitHub](https://github.com/dagster-io/dagster/blob/master/examples/deploy_docker)
The [full example is available on GitHub](https://github.com/dagster-io/dagster/blob/master/examples/deploy_docker).

<details>
<summary>Prerequisites</summary>
Expand Down

0 comments on commit 0ecb842

Please sign in to comment.