mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-27 15:08:23 +00:00
Switch docker hub username
This commit is contained in:
parent
9143413a7a
commit
bfbc0c2b5b
8
Makefile
8
Makefile
@ -69,11 +69,11 @@ build:
|
|||||||
docker-compose build
|
docker-compose build
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
docker tag openedx overhangio/openedx:ginkgo
|
docker tag openedx regis/openedx:ginkgo
|
||||||
docker tag openedx overhangio/openedx:latest
|
docker tag openedx regis/openedx:latest
|
||||||
|
|
||||||
push:
|
push:
|
||||||
docker push overhangio/openedx:ginkgo
|
docker push regis/openedx:ginkgo
|
||||||
docker push overhangio/openedx:latest
|
docker push regis/openedx:latest
|
||||||
|
|
||||||
dockerhub: build tag push
|
dockerhub: build tag push
|
||||||
|
@ -45,7 +45,7 @@ This is the only non-automatic step in the install process. You will be asked va
|
|||||||
|
|
||||||
make update
|
make update
|
||||||
|
|
||||||
You will need to download the docker images from [Docker Hub](https://hub.docker.com/r/overhangio/openedx/). Depending on your bandwidth, this might take a long time. Minor image updates will be incremental, and thus much faster.
|
You will need to download the docker images from [Docker Hub](https://hub.docker.com/r/regis/openedx/). Depending on your bandwidth, this might take a long time. Minor image updates will be incremental, and thus much faster.
|
||||||
|
|
||||||
### Migrations and assets
|
### Migrations and assets
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ services:
|
|||||||
############# LMS and CMS
|
############# LMS and CMS
|
||||||
|
|
||||||
lms:
|
lms:
|
||||||
image: overhangio/openedx:ginkgo
|
image: regis/openedx:ginkgo
|
||||||
build:
|
build:
|
||||||
context: ./openedx
|
context: ./openedx
|
||||||
environment:
|
environment:
|
||||||
@ -69,7 +69,7 @@ services:
|
|||||||
- smtp
|
- smtp
|
||||||
|
|
||||||
cms:
|
cms:
|
||||||
image: overhangio/openedx:ginkgo
|
image: regis/openedx:ginkgo
|
||||||
build:
|
build:
|
||||||
context: ./openedx
|
context: ./openedx
|
||||||
environment:
|
environment:
|
||||||
@ -89,7 +89,7 @@ services:
|
|||||||
|
|
||||||
# We could probably create one service per queue here. For small instances, it is not necessary.
|
# We could probably create one service per queue here. For small instances, it is not necessary.
|
||||||
lms_worker:
|
lms_worker:
|
||||||
image: overhangio/openedx:ginkgo
|
image: regis/openedx:ginkgo
|
||||||
build:
|
build:
|
||||||
context: ./openedx
|
context: ./openedx
|
||||||
environment:
|
environment:
|
||||||
@ -105,7 +105,7 @@ services:
|
|||||||
- lms
|
- lms
|
||||||
|
|
||||||
cms_worker:
|
cms_worker:
|
||||||
image: overhangio/openedx:ginkgo
|
image: regis/openedx:ginkgo
|
||||||
build:
|
build:
|
||||||
context: ./openedx
|
context: ./openedx
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user