Commit 49960c41 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Revert "Conecta servicios a la red propia del host"

This reverts commit 08be0078
parent 08be0078
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -23,8 +23,6 @@ services:
    environment:
      << : *dev-environment
      KAFKA_ADVERTISED_LISTENERS: 'PLAINTEXT://${PUBLIC_HOSTNAME}:1${KF_PORT}'
    networks:
      - host-net
    ports:
      - target: ${KF_PORT}
        published: 1${KF_PORT}
@@ -38,8 +36,6 @@ services:
    environment:
      << : *dev-environment
      KAFKA_ADVERTISED_LISTENERS: 'PLAINTEXT://${PUBLIC_HOSTNAME}:2${KF_PORT}'
    networks:
      - host-net
    ports:
      - target: ${KF_PORT}
        published: 2${KF_PORT}
@@ -53,8 +49,6 @@ services:
    environment:
      << : *dev-environment
      KAFKA_ADVERTISED_LISTENERS: 'PLAINTEXT://${PUBLIC_HOSTNAME}:3${KF_PORT}'
    networks:
      - host-net
    ports:
      - target: ${KF_PORT}
        published: 3${KF_PORT}
@@ -82,8 +76,3 @@ volumes:

  kf-3-secrets-vol:
    name: kf-3-secrets-vol

networks:
  host-net:
    external: true
    name: host
+0 −7
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@ version: '3.5'

services:
  kafka-connect-ui:
    networks:
      - host-net
    ports:
      - target: ${UI_PORT}
        published: 18002
@@ -29,8 +27,3 @@ services:
          memory: 64M
        reservations:
          memory: 52M

networks:
  host-net:
    external: true
    name: host
+0 −7
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@ version: '3.5'

services:
  kafka-manager:
    networks:
      - host-net
    ports:
      - target: ${KM_PORT}
        published: 18003
@@ -29,8 +27,3 @@ services:
          memory: 512M
        reservations:
          memory: 410M

networks:
  host-net:
    external: true
    name: host
+0 −7
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@ version: '3.5'

services:
  kafka-topics-ui:
    networks:
      - host-net
    ports:
      - target: ${UI_PORT}
        published: 18001
@@ -29,8 +27,3 @@ services:
          memory: 64M
        reservations:
          memory: 52M

networks:
  host-net:
    external: true
    name: host
+0 −7
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@ version: '3.5'

services:
  schema-registry-ui:
    networks:
      - host-net
    ports:
      - target: ${UI_PORT}
        published: 18000
@@ -29,8 +27,3 @@ services:
          memory: 64M
        reservations:
          memory: 52M

networks:
  host-net:
    external: true
    name: host
Loading