Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
1ea66816ea
@ -0,0 +1 @@
|
||||
- [Improvement] Removing the xqueue permissions container in favor of a global single permissions container. (by @jfavellar90)
|
||||
@ -0,0 +1 @@
|
||||
setowner 1000 /mounts/xqueue
|
||||
@ -0,0 +1 @@
|
||||
- ../../data/xqueue/media:/mounts/xqueue
|
||||
@ -9,13 +9,6 @@ xqueue:
|
||||
restart: unless-stopped
|
||||
depends_on: {{ [("mysql", RUN_MYSQL)]|list_if }}
|
||||
|
||||
xqueue-permissions:
|
||||
image: {{ DOCKER_IMAGE_PERMISSIONS }}
|
||||
command: ["1000", "/openedx/xqueue"]
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ../../data/xqueue/media:/openedx/xqueue
|
||||
|
||||
xqueue-consumer:
|
||||
image: {{ XQUEUE_DOCKER_IMAGE }}
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user