Skip to content

Commit da0c940

Browse files
Downsize to just selenium/standalone-chrome
1 parent 7e4dcfb commit da0c940

2 files changed

Lines changed: 5 additions & 30 deletions

File tree

docker-compose.ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ services:
2222
volumes: !override
2323
- artifacts:/build
2424

25-
selenium-chrome:
26-
shm_size: 2g
27-
volumes: !override
28-
- artifacts:/build
29-
3025
dbeaver: !reset
3126

3227
volumes:

docker-compose.yml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -48,45 +48,25 @@ services:
4848
- ./:/build:rw
4949

5050
selenium:
51-
image: selenium/hub
52-
# image: selenium/hub:4.10.0
51+
image: selenium/standalone-chrome
5352
networks:
5453
default:
5554
aliases:
5655
- selenium.test
5756
ports:
58-
- 4442:4442
59-
- 4443:4443
6057
- 4444:4444
58+
- 7900:7900
59+
shm_size: 2gb
6160
volumes:
6261
- ./:/build:rw
6362

64-
selenium-chrome:
65-
image: selenium/node-chromium
66-
# image: selenium/node-chrome:4.10.0
67-
# shm_size: 2gb
68-
depends_on:
69-
- selenium
70-
environment:
71-
- SE_EVENT_BUS_HOST=selenium
72-
- SE_EVENT_BUS_PUBLISH_PORT=4442
73-
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
74-
ports:
75-
# @note Use `open vnc://localhost:55900` to view the chrome session.
76-
# Doesn't work if you pass the "headless" option via Capybara.
77-
# Password = "secret"
78-
- 55900:5900
79-
volumes:
80-
- /dev/shm:/dev/shm:rw
81-
- ./:/build:rw
82-
8363
dbeaver:
8464
image: dbeaver/cloudbeaver:latest
85-
container_name: dbeaver
65+
container_name: dbeaver
8666
depends_on:
8767
- db
8868
restart: always
8969
ports:
9070
- '8080:8978'
91-
volumes:
71+
volumes:
9272
- ./:/build:rw

0 commit comments

Comments
 (0)