16 lines
282 B
YAML
16 lines
282 B
YAML
services:
|
|
quick-access:
|
|
image: quick-access-hono
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8080:8080"
|
|
depends_on:
|
|
- selenium-firefox
|
|
|
|
selenium-firefox:
|
|
image: selenium/standalone-firefox:latest
|
|
ports:
|
|
- "4444:4444"
|