Skip to content

Commit

Permalink
Arquivo de exemplo
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Jul 7, 2023
1 parent fa7d520 commit 10a09e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.8'

services:

nginx:
ports:
- "80:80"

postgres:
ports:
- "5432:5432"

redis:
ports:
- "6379:6379"

0 comments on commit 10a09e3

Please sign in to comment.