-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List all images at top #465
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it. Maybe you one can improve the consistency of service and image names even further. However, this could also be done later. And another idea, maybe it would be good to split this file and change the deployment script in a way that difffernt files are used. I think it is still ok to navigate within this file, but as soon it get's longer than 1000 lines, splitting it might be a good idea.
docker-compose.yml
Outdated
|
||
redis-jobrunner: | ||
image: ghcr.io/mardi4nfdi/docker-redis-jobrunner | ||
image: *redis_jobrunner_image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to use _ / - in the same way in the service name and image name.
docker-compose.yml
Outdated
|
||
cassandra-oai: | ||
hostname: cassandra-oai | ||
image: cassandra:4.1 | ||
image: *cassandra_image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe call the image cassandra_oai_image?
docker-compose.yml
Outdated
@@ -115,7 +186,7 @@ services: | |||
|
|||
elasticsearch-oai-setup: | |||
hostname: elasticsearch-oai-setup | |||
image: centos | |||
image: *centos_image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe use the service name here as well
docker-compose.yml
Outdated
@@ -266,7 +334,7 @@ services: | |||
- mongodb | |||
|
|||
importer: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe rename the service to mardi_importer
docker-compose.yml
Outdated
@@ -293,7 +361,7 @@ services: | |||
entrypoint: "/app/start.sh" | |||
|
|||
importer-api: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
docker-compose.yml
Outdated
@@ -316,7 +384,7 @@ services: | |||
- traefik.http.routers.importer-api.tls.certResolver=le | |||
|
|||
backup: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
docker-compose.yml
Outdated
@@ -348,7 +416,7 @@ services: | |||
|
|||
reverse-proxy: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe rename service to traefik
docker-compose.yml
Outdated
restart: always | ||
|
||
setup_prometheus: | ||
image: "ghcr.io/mardi4nfdi/docker-alpine-ext:main" | ||
image: *mardi_docker_alpine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename service or image?
I've split docker-compose.yml in two files, including now docker-compose-extra.yml. |
Very cool thank you. |
MaRDI Pull Request
Changes:
Instructions for PR review:
Checklist for this PR: