mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00

update to latest pywb@main create-login-profile: also allow 'email' as alternative to user name bump to 0.3.1-beta.0
16 lines
270 B
YAML
16 lines
270 B
YAML
version: '3.5'
|
|
|
|
services:
|
|
crawler:
|
|
image: webrecorder/browsertrix-crawler:0.3.1-beta.0
|
|
build:
|
|
context: ./
|
|
|
|
volumes:
|
|
- ./crawls:/crawls
|
|
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_ADMIN
|
|
|
|
shm_size: 1gb
|