Skip to content

Commit

Permalink
add minio config for posterity
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Dec 20, 2024
1 parent 974a90d commit 2bac2cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ansible/files/ragnar/minio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
services:
minio:
command: server /data --console-address ":9001"
container_name: minio
environment:
MINIO_ROOT_PASSWORD: <REDACTED>
MINIO_ROOT_USER: <REDACTED>
image: quay.io/minio/minio:RELEASE.2024-12-13T22-19-12Z
ports:
- '9000:9000'
- '9001:9001'
user: '473:473'
volumes:
- /mnt/atlas/Apps/minio:/data

0 comments on commit 2bac2cf

Please sign in to comment.