[ ] Other (please provide a link Steps to Reproduce
Describe the problem*
I am a Chinese user and I have to use proxy to pull docker images and required packages. After I start docker compose, container "inventree-worker" status always show "Restarting (1) 2 seconds ago"
Steps to Reproduce
Docker was installed automaticlly by 1Panel. Docker Compose version v2.29.2 Docker Engine Version: 27.2.1 containerd Version: 1.7.22 docker-init Version: 0.19.0
Add my proxy url in /etc/systemd/system/docker.service.d/http-proxy.conf, Download Required Files and Add proxy url in docker-compose.yml
inventree-serve:……environment:- HTTP_PROXY=192.168.2.25:10809- HTTPS_PROXY=192.168.2.25:10809- NO_PROXY=localhost,127.0.0.1,.localdomain……
Deployment Method
Steps to Reproduce
Describe the problem*
I am a Chinese user and I have to use proxy to pull docker images and required packages. After I start docker compose, container "inventree-worker" status always show "Restarting (1) 2 seconds ago"
Steps to Reproduce
inventree-serve:
……
environment:
- HTTP_PROXY=192.168.2.25:10809
- HTTPS_PROXY=192.168.2.25:10809
- NO_PROXY=localhost,127.0.0.1,.localdomain
……
docker pull inventree/inventree:0.16.1
docker compose up -d
docker ps -a
IMAGE inventree/inventree:stable STATUS Restarting (1) 53 seconds ago NAMES inventree-workerdocker logs 9d9acfa3fb66
Loading config file : /home/inventree/data/config.yaml
No idea what 'int.worker' is!
Relevant log output