Commit 54f7a7ea authored by Vũ Hoàng Nam's avatar Vũ Hoàng Nam

Add .env, edit Dockerfile and docker-compose.yaml

parent 011b6478
MINIO_ACCESS_KEY_ID=user
MINIO_SECRET_ACCESS_KEY=password
MINIO_STORAGE_BUCKET_NAME=static
MINIO_API=http://172.17.0.1:9000
FROM python:3.8-slim
FROM python:3.10-alpine
RUN pip install --upgrade pip
......
......@@ -13,6 +13,7 @@ services:
- "MINIO_ROOT_USER=user"
- "MINIO_ROOT_PASSWORD=password"
command: server /data --console-address :9001
createbucket:
image: minio/mc:latest
depends_on:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment