Skip to content

Commit

Permalink
💡 criando docker compose para repo do prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
vitordiniz25 committed Dec 8, 2023
1 parent 6f2d533 commit 65bc739
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,18 @@ services:
networks:
- printgo_network

myapp:
build: .
ports:
- "3000:3000"
depends_on:
- postgres-printgo
networks:
- printgo_network

networks:
printgo_network:
name: printgo_network
driver: bridge
driver_opts:
com.docker.network.bridge.enable_icc: "true"
com.docker.network.bridge.enable_icc: "true"

0 comments on commit 65bc739

Please sign in to comment.