feat(docker-compose.override): sintonia_webapp added volume for storage, exposed php-fpm ports, set env var for xdebug
This commit is contained in:
parent
6745416d94
commit
5b33dc0a90
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue