Skip to content

Commit

Permalink
proxy instance
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKneale committed May 1, 2024
1 parent cfa2a42 commit a547767
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose-proxy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: '3.8'

# Demonstrates running three instances of the modular monolith behind a load balancing proxy
# The proxy instance routes requests to the web instances
# The two web instances serve requests
# The one job instance processes jobs and performs database migrations

services:

proxy:
Expand Down

0 comments on commit a547767

Please sign in to comment.