Commit 403ef621 authored by Nacho's avatar Nacho
Browse files

Añade config de volúmenes

parent c14deb81
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,3 +4,7 @@ services:
  postgres:
    container_name: postgres
    restart: on-failure:3

volumes:
  ais-postgres-vol:
    name: ais-postgres-vol
 No newline at end of file
+9 −0
Original line number Diff line number Diff line
@@ -12,3 +12,12 @@ services:
        condition: on-failure
        delay: 1m
        window: 3m

volumes:
  ais-postgres-vol:
    name: "ais-postgres-vol"
    driver: "cloudstor:aws"
    driver_opts:
      backing: relocatable
      size: 2
      ebstype: gp2
 No newline at end of file