Skip to content

Commit

Permalink
Merge pull request #198 from openchatai/add-standalone-selenium
Browse files Browse the repository at this point in the history
Add stand alone selenium firefox
  • Loading branch information
gharbat authored Oct 28, 2023
2 parents 8018c99 + 5b28ad6 commit e06df5c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- opencopilot_network
env_file:
- llm-server/.env
ports:
ports:
- 8002:8002
depends_on:
- mongodb
Expand Down Expand Up @@ -65,6 +65,7 @@ services:
- database:/var/lib/mysql
networks:
- opencopilot_network

mongodb:
image: mongo:latest
container_name: mongodb
Expand Down Expand Up @@ -97,6 +98,15 @@ services:
networks:
- opencopilot_network

selenium:
image: selenium/standalone-firefox:4.14.1-20231025
ports:
- "4444:4444"
- "7900:7900"
shm_size: 2g
networks:
- opencopilot_network

nginx:
image: nginx
restart: unless-stopped
Expand Down

0 comments on commit e06df5c

Please sign in to comment.