Skip to content

Commit

Permalink
added selenium image for local environment testing
Browse files Browse the repository at this point in the history
  • Loading branch information
strorch committed Nov 19, 2020
1 parent 0289b23 commit d95d5ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml.local
@@ -1,6 +1,14 @@
version: '3'

services:
selenium:
image: selenium/standalone-chrome:3.141.0
networks:
- local-network
- proxy-network
- hiapi-network
volumes:
- /dev/shm:/dev/shm

nginx:
image: nginx:latest
Expand Down

0 comments on commit d95d5ca

Please sign in to comment.