Skip to content

Commit

Permalink
Update docker-compose.test for GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchpete committed Apr 24, 2020
1 parent 569e657 commit 7295cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"image": "mailhog/mailhog",
"ports": ["8025:8025"]
},
"web": {
"sut": {
"image": "afdc/platinum",
"ports": ["3000:3000"],
"links": ["mongodb", "redis", "memcached", "mailhog"],
"command": ["bundle", "exec", "rspec", "--color", "spec", "--format", "progress"],
"environment": {
"REDIS_URL": "redis://redis:6379",
"MONGO_HOST": "mongodb",
Expand Down

0 comments on commit 7295cd2

Please sign in to comment.