Open TheDanniCraft opened 1 year ago
Both containers fails with:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/src/shelf-back/certs/edbtlscert.dev.pem'
Can you please check that you're correctly mounting cert directory to the shelf-back and shelf-worker containers:
...
volumes:
- ./certs:/usr/src/shelf-back/certs
...
They are coorectly mounted, I have also tried to copy the .env file completely new from github and only adjust the ports, unfortunately did not help
When I run
docker compose up
I get this error:I got it to work once, then I changed some values in the .env file (username and password and "API_BASE_URL"). This caused the entire installation to break.