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"