From 5b33dc0a90a0b800316af2ae777754d110df700e Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 13 Feb 2025 12:53:29 +0100 Subject: [PATCH] feat(docker-compose.override): sintonia_webapp added volume for storage, exposed php-fpm ports, set env var for xdebug --- docker-compose.override.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker-compose.override.yml b/docker-compose.override.yml index e2ab7bdb8..f63df116a 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -78,16 +78,20 @@ services: working_dir: /var/www/sintonia_webapp volumes: - ./sintonia_webapp:/var/www/sintonia_webapp + - libretime_storage:/srv/libretime ports: - - ${SINTONIA_LARAVEL_PORT}:${SINTONIA_LARAVEL_PORT} + - 9000:9000 +# - ${SINTONIA_LARAVEL_PORT}:${SINTONIA_LARAVEL_PORT} - ${SINTONIA_VITE_PORT}:${SINTONIA_VITE_PORT} environment: - sintonia_laravel_port=${SINTONIA_LARAVEL_PORT} - sintonia_vite_port=${SINTONIA_VITE_PORT} + - PHP_IDE_CONFIG=serverName=sintonia nginx: volumes: - ./legacy:/var/www/html + - ./sintonia_webapp:/var/www/sintonia_webapp icecast: ports: