Commit 1cea6f83 authored by Ignacio's avatar Ignacio
Browse files

Cambia reserva de memoria a 250Mb

parent 7b7d8077
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ services:
          cpus: '0.75'
          memory: 1G
        reservations:
          memory: 820M
          memory: 250M

volumes:
  atlas-postgres-vol:
    name: ${POSTGRES_DATA_VOLUME_NAME:-atlas-postgres-vol}
  recreation-postgres-vol:
    name: ${POSTGRES_DATA_VOLUME_NAME:-recreation-postgres-vol}
+3 −3
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ services:
          memory: 2G
        reservations:
          cpus: '0.01'
          memory: 512M
          memory: 250M

volumes:
  atlas-postgres-vol:
    name: ${POSTGRES_DATA_VOLUME_NAME:-atlas-postgres-vol}
  recreation-postgres-vol:
    name: ${POSTGRES_DATA_VOLUME_NAME:-recreation-postgres-vol}
    driver: "cloudstor:aws"
    driver_opts:
      backing: relocatable
+2 −2
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@ services:
    networks:
      gis-net:
        aliases:
          - atlas-db
          - recreation-db
    volumes:
      - atlas-postgres-vol:/var/lib/postgresql/data
      - recreation-postgres-vol:/var/lib/postgresql/data

networks:
  gis-net: