Skip to content

Commit

Permalink
🔨 Remove exposed docker compose ports
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Sep 15, 2023
1 parent da5fc47 commit fe89d0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ services:
dockerfile: Dockerfile.dev
environment:
- GRPC_URL=backend:50051
ports:
- "50051:50051"
networks:
- dashboard_network
volumes:
Expand All @@ -104,8 +102,6 @@ services:
build:
context: ../../../Backend/
dockerfile: Dockerfile.envoy
ports:
- "8080:8080"
networks:
- dashboard_network
depends_on:
Expand Down

0 comments on commit fe89d0f

Please sign in to comment.