Commit 622a9b36 authored by Ignacio's avatar Ignacio
Browse files

Cambia nombre del volumen y reduce tamaño

parent a64f3bf0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,5 +16,5 @@ services:
          memory: 820M

volumes:
  ais-postgres-vol:
    name: ais-postgres-vol
  vessel-postgres-vol:
    name: ${POSTGRES_DATA_VOLUME_NAME:-vessel-postgres-vol}
+3 −3
Original line number Diff line number Diff line
@@ -20,10 +20,10 @@ services:
          memory: 820M

volumes:
  ais-postgres-vol:
    name: "ais-postgres-vol"
  vessel-postgres-vol:
    name: ${POSTGRES_DATA_VOLUME_NAME:-vessel-postgres-vol}
    driver: "cloudstor:aws"
    driver_opts:
      backing: relocatable
      size: 50
      size: 10
      ebstype: gp2
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ services:
        aliases:
          - ais-db
    volumes:
      - ais-postgres-vol:/var/lib/postgresql/data
      - vessel-postgres-vol:/var/lib/postgresql/data

networks:
  postgres-net: