Skip to content

Commit

Permalink
Merge pull request #44 from humanmade/specify-max-item-size
Browse files Browse the repository at this point in the history
Relfect the value for max item size in production
  • Loading branch information
roborourke authored Jul 30, 2019
2 parents 538e5e1 + 13c078a commit a8edeb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ services:
- "traefik.protocol=http"
- "traefik.docker.network=proxy"
- "traefik.frontend.rule=HostRegexp:elasticsearch-${COMPOSE_PROJECT_NAME:-default}.altis.dev"
environment:
- http.max_content_length=10mb
s3:
image: fingershock/fakes3:0.2.4
volumes:
Expand Down

0 comments on commit a8edeb0

Please sign in to comment.