Commit 8e7e7cf2 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade variables para poder arrancar el contenedor

parent bb04d02a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8,6 +8,11 @@ services:
      KAFKA_HOST: kf-1:${KF_PORT},kf-2:${KF_PORT},kf-3:${KF_PORT}
      SCHEMA_REGISTRY_URL: http://schema-registry:${SR_PORT}
      SECURITY_PROTOCOL: PLAINTEXT
      TRUST_STORE_LOCATION: ssl/client.truststore.jks
      TRUST_STORE_PASSWORD: password
      KEY_STORE_LOCATION: ssl/server.keystore.jks
      KEY_STORE_PASSWORD: password
      KEY_PASSWORD: password
      FF_PRODUCER_ENABLED: ${FF_PRODUCER_ENABLED}
    networks:
      - kafka-net