Remove commented code

This commit is contained in:
2024-04-16 08:10:27 +02:00
parent c98e8da2ec
commit 0312a1e37c

View File

@@ -63,7 +63,6 @@ services:
image: quay.io/cloudhut/owl-shop:latest image: quay.io/cloudhut/owl-shop:latest
networks: networks:
- redpanda_network - redpanda_network
#platform: 'linux/amd64'
environment: environment:
- SHOP_KAFKA_BROKERS=redpanda:29092 - SHOP_KAFKA_BROKERS=redpanda:29092
- SHOP_KAFKA_TOPICREPLICATIONFACTOR=1 - SHOP_KAFKA_TOPICREPLICATIONFACTOR=1
@@ -78,7 +77,6 @@ services:
container_name: connect container_name: connect
networks: networks:
- redpanda_network - redpanda_network
#platform: 'linux/amd64'
depends_on: depends_on:
- redpanda - redpanda
ports: ports: