Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions browserless-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ example-app:
env: QUEUED
value: 4
description: Low local queue depth for component example verification.
storage-volume-name:
type: string
value: browserless-example
description: Monk volume subdirectory used by the component example.
host-port:
type: int
value: 8310
Expand Down
8 changes: 0 additions & 8 deletions browserless-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ stack-app:
env: TIMEOUT
value: 300000
description: Browser session timeout in milliseconds for the production-oriented standalone stack.
storage-volume-name:
type: string
value: browserless-stack
description: Monk volume subdirectory used by the production-oriented standalone stack.
services:
http:
container: browserless
Expand Down Expand Up @@ -105,10 +101,6 @@ stack-local-app:
env: QUEUED
value: 4
description: Low local queue depth for standalone local verification.
storage-volume-name:
type: string
value: browserless-stack-local
description: Monk volume subdirectory used by the local standalone flavor.
host-port:
type: int
value: 8311
Expand Down
12 changes: 6 additions & 6 deletions browserless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ base:
env: CONNECTION_TIMEOUT
value: 30000
description: Maximum time in milliseconds Browserless waits for a browser connection to establish.
storage-volume-name:
type: string
value: browserless
description: Monk volume subdirectory used for Browserless runtime data and browser cache.
containers:
browserless:
image: <- $browserless-image
image-tag: <- $browserless-image-tag
restart: unless-stopped
paths:
- <- `${monk-volume-path}/${storage-volume-name}:/usr/src/app/user-data`
mounted-volumes:
user-data:
path: /usr/src/app/user-data
volumes:
user-data:
kind: local
services:
http:
container: browserless
Expand Down