Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
C_Team_KhuDrive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
김재형
2020-06-17 15:25:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
549fdaac4e94c4b22ff6f6dc79224374b78b21fd
549fdaac
1 parent
587f8ad8
Setup minio in docker
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
backend/docker-compose.yml
backend/docker-compose.yml
View file @
549fdaa
...
...
@@ -10,3 +10,14 @@ services:
-
"
35432:5432"
volumes
:
-
./docker/postgres:/var/lib/postgresql/data/
minio
:
image
:
"
minio/minio"
entrypoint
:
sh
command
:
-c "mkdir -p /data/bucket && /usr/bin/minio server /data"
environment
:
-
MINIO_ACCESS_KEY=access_key
-
MINIO_SECRET_KEY=secret_key
ports
:
-
"
39000:9000"
volumes
:
-
./docker/minio:/data
\ No newline at end of file
...
...
Please
register
or
login
to post a comment