MIF_E31231003/vendor/ta-tikoma/phpunit-architecture-test/docker/docker-compose.yml

15 lines
292 B
YAML

services:
php:
container_name: phpunit-architecture-test
build:
args:
user: ${USER}
uid: ${USER_ID}
context: ./php
dockerfile: Dockerfile
volumes:
- "../:/var/www/html"
restart: always
environment:
COMPOSER_MEMORY_LIMIT: -1