rimgu/docker-compose-tests.yml
2021-10-13 23:54:16 +00:00

12 lines
190 B
YAML

services:
rimgu:
build: .
network_mode: host
selenium:
depends_on:
- "rimgu"
build:
dockerfile: ./Dockerfile-selenium
context: .
network_mode: host