Skip to content

Commit

Permalink
Merge pull request #117 from ggozad/CHORE-force-pull-browsers
Browse files Browse the repository at this point in the history
Add firefox and chrome as dummy services to make sure images are avai…
  • Loading branch information
ggozad authored Sep 16, 2022
2 parents 99357a7 + 8ebafd1 commit 5d9bae4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ networks:
name: behaving

services:
firefox:
image: selenoid/firefox:latest
entrypoint: echo "Only here to make sure the image is available to selenoid"

chrome:
image: selenoid/chrome:latest
entrypoint: echo "Only here to make sure the image is available to selenoid"

selenoid:
networks:
- behaving
Expand Down

0 comments on commit 5d9bae4

Please sign in to comment.