loom-spinner-cli/config/php.yaml
2025-04-14 00:13:30 +01:00

14 lines
No EOL
329 B
YAML

services:
php:
build:
context: ./php-fpm
args:
PHP_VERSION: ${PHP_VERSION}
working_dir: /var/www/html
extra_hosts:
- host.docker.internal:host-gateway
volumes:
- ${PROJECT_DIRECTORY}:/var/www/html:cached
ports:
- ${PHP_PORT}:9003
container_name: ${PROJECT_NAME}-php