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: