Skip to content

Commit

Permalink
ci: PLT-314: Remove aws access key integration (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov authored Jun 20, 2024
1 parent 4905992 commit 617d3bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ services:
condition: service_healthy
environment:
- REDIS_URL=redis://redis:6379/0
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
- MODULE_NAME=process_file.app
- KAFKA_BOOTSTRAP_SERVERS=kafka:9093
- C_FORCE_ROOT=true # needed when using pickle serializer in celery + running as root - remove when we dont run as root
Expand Down

0 comments on commit 617d3bb

Please sign in to comment.