Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2023-07-31 13:41:11 +00:00
commit 1ea66816ea
4 changed files with 3 additions and 7 deletions

View File

@ -0,0 +1 @@
- [Improvement] Removing the xqueue permissions container in favor of a global single permissions container. (by @jfavellar90)

View File

@ -0,0 +1 @@
setowner 1000 /mounts/xqueue

View File

@ -0,0 +1 @@
- ../../data/xqueue/media:/mounts/xqueue

View File

@ -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: