Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michele Carpene
Irods Resource Plugin S3
Commits
dd3055b2
Commit
dd3055b2
authored
Apr 12, 2021
by
Michele Carpene
Browse files
Update docker-compose.yml
parent
89865fc9
Pipeline
#728
failed with stages
in 59 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ci/docker-compose.yml
View file @
dd3055b2
...
...
@@ -49,3 +49,35 @@ services:
links
:
-
icat:icat.irods
command
:
/app/sleep.sh
minio1
:
image
:
minio/minio:RELEASE.2021-02-01T22-56-52Z
volumes
:
-
data1-1:/data1
-
data1-2:/data2
expose
:
-
"
9000"
environment
:
MINIO_ROOT_USER
:
minio
MINIO_ROOT_PASSWORD
:
minio123
command
:
server http://minio1/data1-1
healthcheck
:
test
:
[
"
CMD"
,
"
curl"
,
"
-f"
,
"
http://localhost:9000/minio/health/live"
]
interval
:
30s
timeout
:
20s
retries
:
3
#nginx:
# image: nginx:1.19.2-alpine
# volumes:
# - ./nginx.conf:/etc/nginx/nginx.conf:ro
# ports:
# - "9000:9000"
# depends_on:
# - minio1
## By default this config uses default local driver,
## For custom volumes replace with volume driver configuration.
volumes
:
data1-1
:
data1-2
:
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