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
|
working_dir: /var/www/sintonia_webapp
|
||||||
volumes:
|
volumes:
|
||||||
- ./sintonia_webapp:/var/www/sintonia_webapp
|
- ./sintonia_webapp:/var/www/sintonia_webapp
|
||||||
|
- libretime_storage:/srv/libretime
|
||||||
ports:
|
ports:
|
||||||
- ${SINTONIA_LARAVEL_PORT}:${SINTONIA_LARAVEL_PORT}
|
- 9000:9000
|
||||||
|
# - ${SINTONIA_LARAVEL_PORT}:${SINTONIA_LARAVEL_PORT}
|
||||||
- ${SINTONIA_VITE_PORT}:${SINTONIA_VITE_PORT}
|
- ${SINTONIA_VITE_PORT}:${SINTONIA_VITE_PORT}
|
||||||
environment:
|
environment:
|
||||||
- sintonia_laravel_port=${SINTONIA_LARAVEL_PORT}
|
- sintonia_laravel_port=${SINTONIA_LARAVEL_PORT}
|
||||||
- sintonia_vite_port=${SINTONIA_VITE_PORT}
|
- sintonia_vite_port=${SINTONIA_VITE_PORT}
|
||||||
|
- PHP_IDE_CONFIG=serverName=sintonia
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
volumes:
|
volumes:
|
||||||
- ./legacy:/var/www/html
|
- ./legacy:/var/www/html
|
||||||
|
- ./sintonia_webapp:/var/www/sintonia_webapp
|
||||||
|
|
||||||
icecast:
|
icecast:
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue