create network if doesn't exist. Otherwise, just join the network
update server.port to 8081 to void port collision among apps.
Before running the apps make sure the testcontainers.reuse.enable=true exists in ~/.testcontainers.properties. Once the apps are running there should be one redis, 2 dapr sidecars (one per app), one placement service.
Before running the apps make sure the
testcontainers.reuse.enable=true
exists in~/.testcontainers.properties
. Once the apps are running there should be one redis, 2 dapr sidecars (one per app), one placement service.