Skip to content

Commit

Permalink
removed provider stuff from docker compose that was added for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjani Kumar Srivastava committed Feb 19, 2024
1 parent 366ccd4 commit ad37c41
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,29 +179,6 @@ services:
- 4318:4318
networks:
- terrarium
providers_api_v1:
build: .
image: terrarium:dev
container_name: terrarium-providers-api-v1
environment:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_DEFAULT_REGION
- OTEL_EXPORTER_OTLP_ENDPOINT=jaeger:4317
ports:
- 50009:3001
networks:
- terrarium
command:
- providers.v1
- "--aws-access-key-id"
- "$AWS_ACCESS_KEY_ID"
- "--aws-secret-access-key"
- "$AWS_SECRET_ACCESS_KEY"
- "--aws-region"
- "$AWS_DEFAULT_REGION"
- --mount-path
- "/providers"

networks:
terrarium:
Expand Down

0 comments on commit ad37c41

Please sign in to comment.