static files (#432)

This commit is contained in:
Markos Gogoulos
2022-03-23 19:04:59 +02:00
committed by GitHub
parent e7ae2833d9
commit f8376c5c58
9 changed files with 60 additions and 28296 deletions

View File

@@ -27,21 +27,6 @@ services:
condition: service_healthy
db:
condition: service_healthy
selenium_hub:
container_name: selenium_hub
image: selenium/hub
ports:
- "4444:4444"
selenium_chrome:
container_name: selenium_chrome
image: selenium/node-chrome-debug
environment:
- HUB_PORT_4444_TCP_ADDR=selenium_hub
- HUB_PORT_4444_TCP_PORT=4444
ports:
- "5900:5900"
depends_on:
- selenium_hub
db:
image: postgres:13
volumes: