Skip to content

Commit

Permalink
Merge branch 'byoc'
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Feb 9, 2024
2 parents 677fc19 + 046fecd commit fc2961a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/concepts/networking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import TabItem from '@theme/TabItem';

Defang configures Security Groups, deploys applications to a private subnet and uses an Application Load Balancer to route traffic to your services from the public internet only when required.

## Public Communication

To make your service accessible from the public internet, you can expose ports in your service definition. In a [`compose.yaml`](./compose.md) file, you can use the `ports` section of your service definition. In a [Pulumi program](./pulumi.md), you can use the `ports` property of your service definition.


Expand Down

0 comments on commit fc2961a

Please sign in to comment.