Merge remote-tracking branch 'yerba/limit-memory'

This commit is contained in:
Dessalines 2020-06-05 13:05:14 -04:00
commit fe56da1654

View file

@ -1,4 +1,4 @@
version: '3.3'
version: '2.2'
services:
postgres:
@ -32,6 +32,7 @@ services:
volumes:
- ./volumes/pictshare:/usr/share/nginx/html/data
restart: always
mem_limit: 100m
iframely:
image: dogbin/iframely:latest
@ -40,3 +41,4 @@ services:
volumes:
- ./iframely.config.local.js:/iframely/config.local.js:ro
restart: always
mem_limit: 100m