Skip to content

Commit

Permalink
Merge pull request #55 from humanmade/backport-54-to-v2-branch
Browse files Browse the repository at this point in the history
[Backport v2-branch] Add the bucket prefix to the S3 URL
  • Loading branch information
roborourke authored Oct 7, 2019
2 parents 642af24 + abf17b1 commit a2cba0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ services:
- "traefik.port=8000"
- "traefik.protocol=http"
- "traefik.docker.network=proxy"
- "traefik.frontend.rule=HostRegexp:s3-${COMPOSE_PROJECT_NAME:-default}.altis.dev"
- "traefik.frontend.rule=HostRegexp:s3-${COMPOSE_PROJECT_NAME:-default}.altis.dev;AddPrefix:/s3-${COMPOSE_PROJECT_NAME:-default}"
tachyon:
image: humanmade/tachyon:1.1.0
ports:
Expand Down

0 comments on commit a2cba0d

Please sign in to comment.