Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use bridge for s3_files_host for local #3254

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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