many thanks for your quick response.
I followed your instructions. Unfortunately, now I am getting a 502 from nginx. I have checked the logs of the nginx container, but there was exactly nothing inside. I have repeated the procedure several times with and without prepared .env file, always the same result.
Below the autoinstall.log. If you need any other log, let me now which. Thank again.
/opt/openwisp$ cat autoinstall.log
Checking your system capabilities...
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1
http://deb.debian.org/debian bullseye InRelease
Hit:2
http://security.debian.org/debian-security bullseye-security InRelease
Hit:3
http://deb.debian.org/debian bullseye-updates InRelease
Get:4
https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
Hit:5
http://ppa.launchpad.net/ansible/ansible/ubuntu focal InRelease
Hit:6
http://deb.debian.org/debian sid InRelease
Hit:7
https://packages.microsoft.com/repos/ms-teams stable InRelease
Hit:8
https://packages.microsoft.com/repos/vscode stable InRelease
Fetched 43.3 kB in 1s (56.0 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1021 packages can be upgraded. Run 'apt list --upgradable' to see them.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
lsb-release is already the newest version (11.1.0).
The following packages were automatically installed and are no longer required:
g++-10 libstdc++-10-dev
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1021 not upgraded.
Setting up dependencies...
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
gawk is already the newest version (1:5.1.0-1).
make is already the newest version (4.3-4.1).
gcc is already the newest version (4:11.2.0-2).
git is already the newest version (1:2.35.1-1).
libffi-dev is already the newest version (3.4.2-4).
libssl-dev is already the newest version (1.1.1n-1).
python3-pip is already the newest version (22.0.2+dfsg-1).
python3 is already the newest version (3.9.8-1).
python3-dev is already the newest version (3.9.8-1).
The following packages were automatically installed and are no longer required:
g++-10 libstdc++-10-dev
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1021 not upgraded.
Requirement already satisfied: pip in /usr/local/lib/python3.9/dist-packages (22.0.4)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead:
https://pip.pypa.io/warnings/venvSetting up docker...
Setting up docker-compose...
Requirement already satisfied: docker-compose in /usr/lib/python3/dist-packages (1.29.2)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead:
https://pip.pypa.io/warnings/venvDownloading docker-openwisp...
Cloning into '/opt/openwisp/docker-openwisp'...
Configuring docker-openwisp...
Starting images docker-openwisp (this will take a while)...
make: Entering directory '/opt/openwisp/docker-openwisp'