Skip to content

Commit

Permalink
Update container images in the docker-compose example files
Browse files Browse the repository at this point in the history
  • Loading branch information
markkuriekkinen committed Jun 28, 2023
1 parent 4210560 commit ad23787
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ volumes:
coursebuild:
services:
grader:
image: apluslms/run-mooc-grader:1.13
image: apluslms/run-mooc-grader:1.19
volumes:
- data:/data
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -21,7 +21,7 @@ services:
ports:
- "8080:8080"
plus:
image: apluslms/run-aplus-front:1.13
image: apluslms/run-aplus-front:1.19
environment:
USE_GITMANAGER: 'true'
volumes:
Expand All @@ -30,7 +30,7 @@ services:
ports:
- "8000:8000"
gitmanager:
image: apluslms/run-gitmanager:1.13
image: apluslms/run-gitmanager:1.19
environment:
HUEY_IMMEDIATE: 'false'
volumes:
Expand All @@ -45,7 +45,7 @@ services:
- grader
huey:
# consumer of the gitmanager task queue = course builder
image: apluslms/run-gitmanager:huey-1.13
image: apluslms/run-gitmanager:huey-1.19
volumes:
- data:/data
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-immediate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ volumes:
data:
services:
grader:
image: apluslms/run-mooc-grader:1.13
image: apluslms/run-mooc-grader:1.19
volumes:
- data:/data
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -22,7 +22,7 @@ services:
ports:
- "8080:8080"
plus:
image: apluslms/run-aplus-front:1.13
image: apluslms/run-aplus-front:1.19
environment:
USE_GITMANAGER: 'true'
volumes:
Expand All @@ -31,7 +31,7 @@ services:
ports:
- "8000:8000"
gitmanager:
image: apluslms/run-gitmanager:1.13
image: apluslms/run-gitmanager:1.19
volumes:
- data:/data
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose_no-gitmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:
data:
services:
grader:
image: apluslms/run-mooc-grader:1.13
image: apluslms/run-mooc-grader:1.19
volumes:
- data:/data
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -18,7 +18,7 @@ services:
ports:
- "8080:8080"
plus:
image: apluslms/run-aplus-front:1.13
image: apluslms/run-aplus-front:1.19
volumes:
- data:/data
#- $HOME/a-plus/:/srv/aplus/:ro
Expand Down

0 comments on commit ad23787

Please sign in to comment.