build: provide 1GiB for the VM

Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
nachoparker 2021-11-02 17:10:14 -06:00
parent ee01a706b1
commit 99a701b18e
5 changed files with 5 additions and 5 deletions

View File

@ -8,8 +8,6 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
BASEDIR=/var/www
install()
{
apt-get update

2
build/Vagrantfile vendored
View File

@ -20,6 +20,8 @@ Vagrant.configure("2") do |config|
config.vm.define "ncp-vm"
config.vm.provider :libvirt do |libvirt|
libvirt.default_prefix = ""
libvirt.cpus = 4
libvirt.memory = 1024
end
config.vm.synced_folder '.', '/vagrant', disabled: true

View File

@ -1,7 +1,7 @@
version: '3'
services:
nextcloudpi-dev:
image: ownyourbits/nextcloudpi
image: ownyourbits/nextcloudpi-x86
command: "${IP}"
ports:
- "80:80"

View File

@ -1,7 +1,7 @@
version: '3'
services:
nextcloudpi:
image: ownyourbits/nextcloudpi
image: ownyourbits/nextcloudpi-x86
command: "${IP}"
ports:
- "80:80"

View File

@ -2,7 +2,7 @@
"id": "metrics",
"name": "System Metrics, that can be collected by an external server",
"title": "System Metrics",
"description": "Prometheus (https://prometheus.io) compatible metrics for things like, CPU/memory/disk usage etc.",
"description": "Prometheus metrics for things like, CPU/memory/disk usage etc.",
"info": "In order to use these metrics, you will need to setup at least an external Prometheus instance. You can find a quick and easy way to start at https://github.com/theCalcaholic/ncp-monitoring-dashboard",
"infotitle": "External service required",
"params": [