Skip to content

Commit

Permalink
fix(ci): pin minio image version
Browse files Browse the repository at this point in the history
Latest doesn't create buckets for us for some reason. Just pinning to
a recent working build.
  • Loading branch information
tsa96 committed Oct 19, 2024
1 parent 4e22785 commit 755609a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
image: postgres:15-alpine
restart: unless-stopped
minio:
image: minio/minio
image: minio/minio:RELEASE.2024-08-17T01-24-54Z
container_name: minio
createbuckets:
image: minio/mc
image: minio/mc:RELEASE.2024-08-17T11-33-50Z
container_name: minio_create_buckets
depends_on:
- minio

0 comments on commit 755609a

Please sign in to comment.