Skip to content

Commit

Permalink
fix docker-compose networks
Browse files Browse the repository at this point in the history
  • Loading branch information
aatarasoff committed Dec 5, 2023
1 parent 6e51c36 commit d11b11a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ services:
depends_on:
- db
- pbuf-registry
networks:
- internal
ports:
- "127.0.0.1:8083:8082"
healthcheck:
Expand All @@ -71,6 +73,8 @@ services:
depends_on:
- db
- pbuf-registry
networks:
- internal
ports:
- "127.0.0.1:8084:8082"
healthcheck:
Expand Down

0 comments on commit d11b11a

Please sign in to comment.