diff --git a/browserless-example.yaml b/browserless-example.yaml index 0637ddb375b..2879ced4eef 100644 --- a/browserless-example.yaml +++ b/browserless-example.yaml @@ -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 diff --git a/browserless-stack.yaml b/browserless-stack.yaml index da7160276fd..1da188c0e01 100644 --- a/browserless-stack.yaml +++ b/browserless-stack.yaml @@ -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 @@ -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 diff --git a/browserless.yaml b/browserless.yaml index 6ea43942700..35239807c5a 100644 --- a/browserless.yaml +++ b/browserless.yaml @@ -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