Skip to content

Commit

Permalink
Kafka network (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Jun 21, 2024
1 parent df495a0 commit f52ed62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
docker run \
--detach \
--restart always \
--network=web \
--network=kafka \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env KAFKA_DSN='${{ secrets.KAFKA_DSN }}' \
--env KAFKA_LOGIN='${{ secrets.KAFKA_LOGIN }}' \
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
docker run \
--detach \
--restart always \
--network=web \
--network=kafka \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env KAFKA_DSN='${{ secrets.KAFKA_DSN }}' \
--env KAFKA_LOGIN='${{ secrets.KAFKA_LOGIN }}' \
Expand Down

0 comments on commit f52ed62

Please sign in to comment.