Skip to content

Commit

Permalink
refactor: Update fake access keys for local S3
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Oct 16, 2024
1 parent a7f1bfa commit 0f99acf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ services:
- AVAILABLE_LOCALES=${AVAILABLE_LOCALES}
- OBJECTSTORE_S3_HOST=minio:9000
- SCALEWAY_BUCKET_NAME=localhost
- SCALEWAY_ID=O35LJJVOztztLYc9Kufu
- SCALEWAY_TOKEN=x6CdylbphThMlZwfuDUNX9fwxlcgwpToxng3BFgR
- SCALEWAY_ID=minioadmin
- SCALEWAY_TOKEN=minioadmin
depends_on:
- app
volumes:
Expand Down Expand Up @@ -126,4 +126,4 @@ volumes:
pg-data: { }
redis-data: { }
minio:
driver: local
driver: local

0 comments on commit 0f99acf

Please sign in to comment.