You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
270 B

  1. services:
  2. browserless:
  3. image: browserless/chrome:latest
  4. environment:
  5. - MAX_CONCURRENT_SESSIONS=10
  6. - CONNECTION_TIMEOUT=60000
  7. - HOST=0.0.0.0
  8. - PORT=3000
  9. container_name: "browserless"
  10. restart: always
  11. ports:
  12. - "3000:3000"