Skip to content

Commit b3ecade

Browse files
authored
Kafka network (#188)
1 parent 6acc15f commit b3ecade

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
--detach \
8686
--restart always \
8787
--network=web \
88+
--network=kafka \
8889
--env DB_DSN='${{ secrets.DB_DSN }}' \
8990
--env ROOT_PATH='/auth' \
9091
--env EMAIL='${{ secrets.EMAIL }}' \
@@ -159,6 +160,7 @@ jobs:
159160
--detach \
160161
--restart always \
161162
--network=web \
163+
--network=kafka \
162164
--env DB_DSN='${{ secrets.DB_DSN }}' \
163165
--env ROOT_PATH='/auth' \
164166
--env EMAIL='${{ secrets.EMAIL }}' \

0 commit comments

Comments
 (0)