Skip to content

Commit

Permalink
Merge pull request #740 from rubyforgood/remove-unused-docker-test-se…
Browse files Browse the repository at this point in the history
…rvice

Remove unused test service
  • Loading branch information
indiebrain authored Sep 25, 2020
2 parents cf9093d + a519f1c commit 732f16d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker/development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,6 @@ services:
- RAILS_ENV=development
- WEBPACKER_DEV_SERVER_HOST=0.0.0.0

test:
build:
context: ../..
dockerfile: ./docker/development/app/Dockerfile
user: "${UID}"
depends_on:
- db
- email
environment:
<<: *x-shared-postgres-environment
<<: *x-email-defaults
RAILS_ENV: test
POSTGRES_HOST: db
command: bundle exec rspec

volumes:
db:
gem_cache:
Expand Down

0 comments on commit 732f16d

Please sign in to comment.