mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-12 17:51:11 +00:00
Tutor docker images should point to docker.io, too
This commit is contained in:
parent
c03e86f43b
commit
e8248b26d6
@ -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::
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user