Matthew Jacobi
Matthew Jacobi
If anyone else, you can set it via `STATICSITEMAPS_URL` but that means you don't use the sites framework since you need to set the full domain as well as.
:+1:
I can confirm we are seeing this behaviour too with pytest-django==3.3.3
yes this would be good for other backends that don't use php style post variables for arrays
With the links in compose it will start the postgres container when you run the web container to do the migrate. If you don't do the migrate first AND there...
no keep the links but do the run migrate first. It will start up postgres as needed and apply any migrations that might be in the source and not in...
Where did you see docker-compose is removing links? docker is removing legacy container links https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/ I believe links are still there, just now with the network. On the docker-compose links...
the mount volume to project directory does work with docker-machine Depending on docker-machine, it will normally mount your Users directory (windows vs mac). So if your project dir is in...
merge the latest master into your branch and it will resolve the conflict
traefik had a similar problem https://github.com/containous/traefik/issues/1323