Skip to content

Commit

Permalink
minio local container location
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Jan 4, 2024
1 parent b41b4af commit c6d377e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DJANGO_MINIO_STORAGE_ACCESS_KEY: minioAccessKey
DJANGO_MINIO_STORAGE_SECRET_KEY: minioSecretKey
DJANGO_STORAGE_BUCKET_NAME: django-storage
DJANGO_MINIO_STORAGE_MEDIA_URL: http://localhost:9000/django-storage
DJANGO_MINIO_STORAGE_MEDIA_URL: http://minio:9000/django-storage
jobs:
lint-python:
name: Lint Python
Expand Down
2 changes: 1 addition & 1 deletion dev/.env.docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ DJANGO_MINIO_STORAGE_ENDPOINT=minio:9000
DJANGO_MINIO_STORAGE_ACCESS_KEY=minioAccessKey
DJANGO_MINIO_STORAGE_SECRET_KEY=minioSecretKey
DJANGO_STORAGE_BUCKET_NAME=django-storage
DJANGO_MINIO_STORAGE_MEDIA_URL=http://localhost:9000/django-storage
DJANGO_MINIO_STORAGE_MEDIA_URL=http://minio:9000/django-storage
DJANGO_CORS_ORIGIN_WHITELIST=http://localhost:3000

0 comments on commit c6d377e

Please sign in to comment.