You are here

docker-compose.yml in EVA: Entity Views Attachment 8.2

Same filename and directory in other branches
  1. 8 tests/eva_docker/docker-compose.yml
tests/eva_docker/docker-compose.yml

File

tests/eva_docker/docker-compose.yml
View source
  1. version: '2'
  2. services:
  3. # Apache
  4. drupal:
  5. image: newcity/lamp-testing-drupal
  6. ports:
  7. - "9000:80"
  8. volumes:
  9. - ../../.:/app/web/modules/custom/eva:ro
  10. - ../eva_test:/app/web/modules/custom/eva_test:ro
  11. - web:/app/web
  12. volumes:
  13. web: