Commit f6ca0af3 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Nombra volumen anónimo

parent 8d4aa0bb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,3 +15,7 @@ services:
          memory: 64M
        reservations:
          memory: 52M

volumes:
  vol:
    name: connector-supplier-vol
+4 −0
Original line number Diff line number Diff line
@@ -18,3 +18,7 @@ services:
          memory: 64M
        reservations:
          memory: 52M

volumes:
  vol:
    name: connector-supplier-vol
+4 −2
Original line number Diff line number Diff line
@@ -3,12 +3,14 @@ version: '3.5'
services:
  connector-supplier:
    image: ${IMAGE_NAME}:${IMAGE_TAG:-latest}
    networks:
      - kafka-net
    environment:
      - CONNECT_ADDRS=connect:${CN_PORT}
      - POSTGRES_USER
      - POSTGRES_PASS
    networks:
      - kafka-net
    volumes:
      - vol:/home/download

networks:
  kafka-net: