Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Prajesh Sharma
minio-storage
Commits
6501625b
Commit
6501625b
authored
Oct 26, 2021
by
Prajesh Sharma
Browse files
Update docker-compose.yaml
parent
df17d81b
Changes
1
Show whitespace changes
Inline
Side-by-side
docker-compose.yaml
0 → 100644
View file @
6501625b
version
:
'
3'
services
:
minio
:
container_name
:
minio
image
:
minio/minio:latest
hostname
:
minio-cdc.lcsb.uni.lu
restart
:
always
command
:
server --console-address :9001 /export
ports
:
-
9000:9000
# API Server port
-
9001:9001
# Console port
environment
:
MINIO_ROOT_USER
:
'
lcsb-sysadmins'
MINIO_ROOT_PASSWORD
:
'
FIX_ME'
MINIO_SERVER_URL
:
'
https://minio-cdc.lcsb.uni.lu:9000'
MINIO_BROWSER_REDIRECT_URL
:
'
https://minio-cdc.lcsb.uni.lu:9001'
volumes
:
-
/mnt/minio-storage:/export
-
/mnt/withtls/certs:/root/.minio/certs
# private.key and public.crt files must be in certs dir.
networks
:
minio_net
:
ipv4_address
:
172.18.0.2
networks
:
minio_net
:
ipam
:
driver
:
default
config
:
-
subnet
:
"
172.18.0.0/16"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment