double size of vm
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m15s Details

This commit is contained in:
Gleb Koval 2023-09-26 20:47:30 +01:00
parent 9605f72366
commit 50994b700b
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 4 additions and 2 deletions

View File

@ -101,8 +101,8 @@
- debian-12 - debian-12
- managed - managed
onboot: true onboot: true
cores: 8 cores: 16
memory: 16384 memory: 32768
- name: Retart VM - name: Retart VM
community.general.proxmox_kvm: community.general.proxmox_kvm:

View File

@ -10,6 +10,8 @@ docker run \
--restart unless-stopped \ --restart unless-stopped \
--publish 8080:8080 \ --publish 8080:8080 \
--env NEXTCLOUD_DATADIR=/mnt/data/nextcloud \ --env NEXTCLOUD_DATADIR=/mnt/data/nextcloud \
--env NEXTCLOUD_UPLOAD_LIMIT=16G \
--env NEXTCLOUD_MAX_TIME=7200 \
--env APACHE_PORT=11000 \ --env APACHE_PORT=11000 \
--env APACHE_IP_BINDING=0.0.0.0 \ --env APACHE_IP_BINDING=0.0.0.0 \
--env TZ=Europe/London \ --env TZ=Europe/London \