Skip to content

Commit

Permalink
chore: docker compose names
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailProcudin committed Mar 16, 2022
1 parent 8f494d5 commit 904ea50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
version: '3'
services:
unit-tests:
container_name: 'laravel-elasticsearch'
build:
context: .
dockerfile: Dockerfile.composer
command: phpdbg -qrr ./vendor/bin/phpunit
# command: phpdbg -qrr ./vendor/bin/phpunit
volumes:
- .:/opt
working_dir: /opt

composer:
container_name: 'laravel-elasticsearch-composer'
build:
context: .
dockerfile: Dockerfile.composer
Expand Down

0 comments on commit 904ea50

Please sign in to comment.