Commit 8c7ad577 authored by Ignacio's avatar Ignacio
Browse files

Añade volumen compartido para ingesta de datos

parent e0c9d685
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,3 +25,7 @@ volumes:

  nifi-provenance-vol:
    name: ${NIFI_PROVENANCE_VOL_NAME:-nifi-provenance-vol}

  ingest-data-vol:
    name: ${INGEST_DATA_VOL_NAME:-ingest-data-vol}
+6 −0
Original line number Diff line number Diff line
@@ -48,3 +48,9 @@ volumes:
      backing: relocatable
      size: 2
      ebstype: gp2

  ingest-data-vol:
    name: ${INGEST_DATA_VOL_NAME:-ingest-data-vol}
    driver: "cloudstor:aws"
    driver_opts:
      backing: shared
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ services:
      - nifi-content-vol:${NIFI_HOME}/content_repository
      - nifi-provenance-vol:${NIFI_HOME}/provenance_repository
      - nifi-state-vol:${NIFI_HOME}/state
      - ingest-data-vol:/data
    configs:
      - source: logback-xml
        target: ${NIFI_HOME}/conf/logback.xml