Ambiente de testeo

This commit is contained in:
Juan Pablo Vial
2025-04-29 21:41:49 -04:00
parent e6892ee085
commit 2acf0362fa
4 changed files with 151 additions and 60 deletions

View File

@ -84,20 +84,6 @@ services:
- ${CLI_PATH:-.}:/code
- ./logs/cli:/logs
testing:
profiles:
- testing
container_name: incoviba_tests
build: .
restart: unless-stopped
env_file:
- ${APP_PATH:-.}/.env
- ./.key.env
volumes:
- ${APP_PATH:-.}/:/code
- ./logs/test:/logs
command: [ '/code/bin/phpunit-watcher', 'watch' ]
volumes:
dbdata: {}
incoviba_redis: {}