browsertrix-crawler/docker-compose.yml
Ilya Kreymer b1e0654bdd update to browsertrix-behaviors 0.2.0
update to latest pywb@main
create-login-profile: also allow 'email' as alternative to user name
bump to 0.3.1-beta.0
2021-04-28 11:00:43 -07:00

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