Skip to content

Commit

Permalink
Kafka network (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Jun 21, 2024
1 parent 6acc15f commit b3ecade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
--detach \
--restart always \
--network=web \
--network=kafka \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env ROOT_PATH='/auth' \
--env EMAIL='${{ secrets.EMAIL }}' \
Expand Down Expand Up @@ -159,6 +160,7 @@ jobs:
--detach \
--restart always \
--network=web \
--network=kafka \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env ROOT_PATH='/auth' \
--env EMAIL='${{ secrets.EMAIL }}' \
Expand Down

0 comments on commit b3ecade

Please sign in to comment.