Disable pictshare backdoor, adjust all docker-compose files

This commit is contained in:
Felix Ableitner 2020-06-05 19:37:01 +02:00
parent 2491a8022c
commit 7d683d5cee
3 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,4 @@
version: '3.3'
version: '2.2'
services:
lemmy:
@ -32,6 +32,9 @@ services:
volumes:
- ./volumes/pictshare:/usr/share/nginx/html/data
restart: always
mem_limit: 100m
environment:
- AUTO_UPDATE=false
iframely:
image: dogbin/iframely:latest
@ -40,6 +43,7 @@ services:
volumes:
- ./iframely.config.local.js:/iframely/config.local.js:ro
restart: always
mem_limit: 100m
postfix:
image: mwader/postfix-relay

View file

@ -1,4 +1,4 @@
version: '3.3'
version: '2.2'
services:
postgres:
@ -34,6 +34,9 @@ services:
volumes:
- ./volumes/pictshare:/usr/share/nginx/html/data
restart: always
mem_limit: 100m
environment:
- AUTO_UPDATE=false
iframely:
image: dogbin/iframely:latest
@ -42,3 +45,4 @@ services:
volumes:
- ../iframely.config.local.js:/iframely/config.local.js:ro
restart: always
mem_limit: 100m

View file

@ -33,6 +33,8 @@ services:
- ./volumes/pictshare:/usr/share/nginx/html/data
restart: always
mem_limit: 100m
environment:
- AUTO_UPDATE=false
iframely:
image: dogbin/iframely:latest