Commit d8f01c56 authored by Nacho's avatar Nacho
Browse files

Añade límites al postgres

parent 71456f73
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -12,6 +12,12 @@ services:
        condition: on-failure
        delay: 1m
        window: 3m
      resources:
        limits:
          cpus: '0.75'
          memory: 1000M
        reservations:
          memory: 500M

volumes:
  ais-postgres-vol: