This commit is contained in:
Juan Pablo Vial
2024-03-20 13:46:56 -03:00
parent ca958b8a88
commit 6617a92f5f
8 changed files with 209 additions and 0 deletions

View File

@ -83,6 +83,16 @@ services:
- ${CLI_PATH:-.}:/code
- ./logs/cli:/logs
testing:
profiles:
- testing
container_name: incoviba_tests
extends:
service: web
volumes:
- ./logs/test:/logs
command: [ '/code/vendor/bin/phpunit-watcher', 'watch' ]
volumes:
dbdata: {}
incoviba_redis: {}