fix: use new app address

This commit is contained in:
Alessandro Pezzè 2021-04-08 19:46:57 +02:00
parent d572ea2193
commit ad73257649

View file

@ -37,7 +37,7 @@ http {
upstream pokeapi_upstream {
# 'app' is the Django container name in Docker
server app:8000 fail_timeout=0;
server app:80 fail_timeout=0;
}
upstream graphql_upstream {