- Include PIP proxies. - Add docker compose targets. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
6 lines
193 B
Bash
Executable File
6 lines
193 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Use -A and not --app. Both are the same but behave differently
|
|
# -A can be located before the command while --app cannot.
|
|
su mayan -c "${MAYAN_PYTHON_BIN_DIR}celery -A mayan $@"
|