Skip to content

Commit

Permalink
chore: use bridge for s3_files_host for local
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Aug 15, 2022
1 parent 934f058 commit 1b01c36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ services:
volumes:
- ./services/logs2s3/src:/app/services/logs2s3/src
- ./node-packages:/app/node-packages:delegated
environment:
- S3_FILES_HOST=http://172.17.0.1:9000
logs2microsoftteams:
image: ${IMAGE_REPO:-lagoon}/logs2microsoftteams
command: yarn run dev
Expand Down Expand Up @@ -94,6 +96,7 @@ services:
- NODE_ENV=development
- CI=${CI:-true}
- REGISTRY=harbor.172.17.0.1.nip.io:18080 # Docker network bridge and forwarded port for harbor-nginx
- S3_FILES_HOST=http://172.17.0.1:9000
depends_on:
- api-db
- keycloak
Expand Down

0 comments on commit 1b01c36

Please sign in to comment.