Cloud VM #7

Merged
cyclane merged 35 commits from cloud-vm into main 2023-09-26 19:50:12 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 50994b700b - Show all commits

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 \