Skip to content

Commit

Permalink
Relfect the value for max item size in production
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Jul 26, 2019
1 parent 23ee859 commit 13c078a
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 @@ -139,6 +139,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 13c078a

Please sign in to comment.