-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yaml
More file actions
17 lines (16 loc) · 579 Bytes
/
compose.yaml
File metadata and controls
17 lines (16 loc) · 579 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: maker_bundle
services:
php:
image: idmarinas/php:8.2-xdebug
environment:
SYMFONY_REQUIRE: '6.4.*'
healthcheck:
test: php -v || exit 1
volumes:
- ./:/var/www/html
## PHP Conf
- ./.docker/php/conf.d/common.ini:/usr/local/etc/php/conf.d/common.ini
- ./.docker/php/conf.d/disable_functions.ini:/usr/local/etc/php/conf.d/disable_functions.ini
## PHP Conf Dev
- ./.docker/php/conf.d/dev/php.ini:/usr/local/etc/php/conf.d/php.ini
- ./.docker/php/conf.d/dev/opcache.ini:/usr/local/etc/php/conf.d/opcache.ini