mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-12 01:45:39 +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
|
||||
|
||||
tag:
|
||||
docker tag openedx overhangio/openedx:ginkgo
|
||||
docker tag openedx overhangio/openedx:latest
|
||||
docker tag openedx regis/openedx:ginkgo
|
||||
docker tag openedx regis/openedx:latest
|
||||
|
||||
push:
|
||||
docker push overhangio/openedx:ginkgo
|
||||
docker push overhangio/openedx:latest
|
||||
docker push regis/openedx:ginkgo
|
||||
docker push regis/openedx:latest
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
|
@ -52,7 +52,7 @@ services:
|
||||
############# LMS and CMS
|
||||
|
||||
lms:
|
||||
image: overhangio/openedx:ginkgo
|
||||
image: regis/openedx:ginkgo
|
||||
build:
|
||||
context: ./openedx
|
||||
environment:
|
||||
@ -69,7 +69,7 @@ services:
|
||||
- smtp
|
||||
|
||||
cms:
|
||||
image: overhangio/openedx:ginkgo
|
||||
image: regis/openedx:ginkgo
|
||||
build:
|
||||
context: ./openedx
|
||||
environment:
|
||||
@ -89,7 +89,7 @@ services:
|
||||
|
||||
# We could probably create one service per queue here. For small instances, it is not necessary.
|
||||
lms_worker:
|
||||
image: overhangio/openedx:ginkgo
|
||||
image: regis/openedx:ginkgo
|
||||
build:
|
||||
context: ./openedx
|
||||
environment:
|
||||
@ -105,7 +105,7 @@ services:
|
||||
- lms
|
||||
|
||||
cms_worker:
|
||||
image: overhangio/openedx:ginkgo
|
||||
image: regis/openedx:ginkgo
|
||||
build:
|
||||
context: ./openedx
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user