Commit adb09bbe authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade red de kafka en la config

parent 864dfd36
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ services:
      - JAVA_OPTS=-XX:MaxRAMFraction=2
    networks:
      - traefik-net
      - kafka-net
    healthcheck:
      test: wget --spider -S -t 3 http://localhost:${MICROSERVICE_PORT}/api/${MICROSERVICE_NAME}/actuator/health
      interval: 30s
@@ -22,3 +23,6 @@ services:
networks:
  traefik-net:
    external: true

  kafka-net:
    external: true