+ supervisor, python and uvicorn in workspace74 (partially commit - no fully worked solution)

This commit is contained in:
qemu-test
2024-11-25 09:18:19 +03:00
parent f3b9303754
commit 3cb9b6e925
7 changed files with 118 additions and 36 deletions

View File

@ -40,9 +40,12 @@ services:
- PHP_OPT_SHORT_OPEN_TAG=${PHP_OPT_SHORT_OPEN_TAG}
- PHP_OPT_MAX_EXECUTION_TIME=${WORKSPACE_PHP_OPT_MAX_EXECUTION_TIME}
- PHP_OPT_MEMORY_LIMIT=${WORKSPACE_PHP_OPT_MEMORY_LIMIT}
- INSTALL_SUPERVISOR=${WORKSPACE_INSTALL_SUPERVISOR}
- INSTALL_PYTHON=${WORKSPACE_INSTALL_PYTHON}
restart: always
volumes:
- ${PROJECTS_DIR}:/var/www
- ./config/supervisor:/etc/supervisor/conf.d
extra_hosts:
- "dockerhost:${DOCKER_HOST_IP}"
secrets: