seo-audits-toolkit
seo-audits-toolkit copied to clipboard
Error creating osat-redis
Hi ! .... I have been trying to install OSAT for a while without finding a solution to the following problem... I verified that /root/seo-audits-toolkit/shared/logs/redis exists, tested redis with PONG output, created the path /var/lib/ docker/volumes/seo-audits-toolkit_redis-logs/_data without success in any case. Attached photo of the kernel. Also bind conf redis to 0.0.0.0
I am working with:
--> Ubuntu 22.04.1 with WSL2 --> Python 3.10.6 --> docker-compose version 1.29.2 --> Docker version 20.10.17 --> Redis server v=7.0.5

Thank you!
Same issue here Did you find any fix for this
Same issue here. Will tell you if I find a fix
I managed to make it run by replacing
- - server-logs:/opt/app/logs
+ - ${PWD}/shared/logs/server:/opt/app/logs
- server-logs:
- driver_opts:
- type: none
- o: bind
- device: ${PWD}/shared/logs/server
- - redis-logs:${REDIS_LOG_PREFIX_PATH}
+ - ${PWD}/shared/logs/redis:${REDIS_LOG_PREFIX_PATH}
- redis-logs:
- driver_opts:
- type: none
- o: bind
- device: ${PWD}/shared/logs/redis
That does not explain the underlying issue (something like https://github.com/docker/compose/issues/9971 maybe ?) but at least it works
How did you manage to solve the error when creating the redis sever?
just comment the redis log section in the docker compose