Moved postage of messages into a reusable standalone implementation
[demos/kafka/outbox] / docker-compose.yml
index 3600d5f..ec0a963 100644 (file)
@@ -39,7 +39,7 @@ services:
       - postgres
 
   outbox:
-    image: juplo/polling-outbox:polling-outbox-2-SNAPSHOT
+    image: juplo/outbox-delivery:polling-outbox-2-SNAPSHOT
     environment:
       spring.profiles.active: prod
     depends_on: