diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 66170dd..d4f24fc 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -22,7 +22,7 @@ services: options: max-size: '10m' max-file: '10' - mem_limit: 500mb + #mem_limit: 500mb links: - mongo-ipfs-service ports: diff --git a/production/docker/start-production.sh b/production/docker/start-production.sh index 5535a3e..1003b5d 100755 --- a/production/docker/start-production.sh +++ b/production/docker/start-production.sh @@ -16,9 +16,6 @@ export COORD_NAME=ipfs-service-provider-generic # and you must forward that subdomain to the IPFS_WS_PORT. #export CR_DOMAIN=subdomain.yourdomain.com -# Debug level. 0 = minimal info. 2 = max info. -export DEBUG_LEVEL=2 - # END: Optional configuration settings