6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00

Tutor docker images should point to docker.io, too

This commit is contained in:
Régis Behmo 2020-01-10 17:22:01 +01:00
parent c03e86f43b
commit e8248b26d6
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ These configuration parameters define which image to run for each service. By de
Custom registry Custom registry
*************** ***************
- ``DOCKER_REGISTRY`` (default: ``""``) - ``DOCKER_REGISTRY`` (default: ``"docker.io/"``)
You may want to pull/push images from/to a custom docker registry. For instance, for a registry running on ``localhost:5000``, define:: You may want to pull/push images from/to a custom docker registry. For instance, for a registry running on ``localhost:5000``, define::

View File

@ -39,7 +39,7 @@ DOCKER_IMAGE_ELASTICSEARCH: "elasticsearch:1.5.2"
DOCKER_IMAGE_NGINX: "nginx:1.13" DOCKER_IMAGE_NGINX: "nginx:1.13"
DOCKER_IMAGE_RABBITMQ: "rabbitmq:3.6.10" DOCKER_IMAGE_RABBITMQ: "rabbitmq:3.6.10"
DOCKER_IMAGE_SMTP: "namshi/smtp:latest" DOCKER_IMAGE_SMTP: "namshi/smtp:latest"
DOCKER_REGISTRY: "" DOCKER_REGISTRY: "docker.io/"
LOCAL_PROJECT_NAME: "tutor_local" LOCAL_PROJECT_NAME: "tutor_local"
ELASTICSEARCH_HOST: "elasticsearch" ELASTICSEARCH_HOST: "elasticsearch"
ELASTICSEARCH_PORT: 9200 ELASTICSEARCH_PORT: 9200