…
…

System information
Operating system:
Hi!
How it looks your docker compose ?
The error mentions that you need to specify the bucket name, besides this
you could try to run the docker compose command like this :
docker-compose run -e GS_STORAGE_BUCKET_NAME=$VALUE --rm web python3 manage.py collectstatic
Hi!
How it looks your docker compose ?
The error mentions that you need to specify the bucket name, besides this
you could try to run the docker compose command like this :docker-compose run -e GS_STORAGE_BUCKET_NAME=$VALUE --rm web python3 manage.py collectstatic
I added GS_BUCKET_NAME = GS_STORAGE_BUCKET_NAME in settings.py, and it worked well.
Well done! ;)
Most helpful comment
I added
GS_BUCKET_NAME = GS_STORAGE_BUCKET_NAMEin settings.py, and it worked well.