Skip to content

Commit

Permalink
docs: minor improvements in production.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jul 31, 2023
1 parent c7b47ad commit ed3e208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Otherwise, use [this affiliate link](https://m.do.co/c/5d8aabe3ab80) to get $100
Then, click on the "Marketplace" tab under the "Choose an image" section and search for the app named "Docker".
This will provision an Ubuntu server with the latest versions of Docker and Docker Compose already installed!

To test, the cheapest plan will be enough, but for real production usage you'll probably want to pick a plan in the "general purpose" section that will fit your needs.
For test purposes, cheapest plans will be enough, even though you might want at least 2GB of RAM to execute Docker Compose for the first time. For real production usage, you'll probably want to pick a plan in the "general purpose" section that will fit your needs.

![Deploying a Symfony app on DigitalOcean with Docker Compose](digitalocean-droplet.png)

Expand Down Expand Up @@ -89,6 +89,7 @@ docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d

If you want to deploy your app on a cluster of machines, you can use [Docker Swarm](https://docs.docker.com/engine/swarm/stack-deploy/),
which is compatible with the provided Compose files.
To deploy on Kubernetes, take a look at [the Helm chart provided with API Platform](https://api-platform.com/docs/deployment/kubernetes/), which can be easily adapted for use with Symfony Docker.

## Configuring a Load Balancer or a Reverse Proxy

Expand Down

0 comments on commit ed3e208

Please sign in to comment.