Skip to content

Commit

Permalink
Add luboš's manual crasls
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed Apr 14, 2024
1 parent 82816b4 commit 62b2027
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ services:
pywb:
image: webrecorder/pywb:2.7.4
volumes:
# - type: bind
# source: "/index"
# target: "/webarchive/collections/"
# Overwrite pywb configuration inside docker container
- "{{ pywb_dir }}/config.yaml:/webarchive/config.yaml"
- "/mnt/archive/23/manuals/2023_manuals:/webarchive/collections/manuals/archive/"
# Add single archive to image
- "/mnt/archive/23/manuals/crawls/collections/:/webarchive/collections/manuals/archive/"
# Archives
# - "/mnt/archive/23/continuous-cov19:/webarchive/collections/2023-continuous-cov19/archive/"
# - "/mnt/archive/23/continuous-ukrainewar:/webarchive/collections/2023-continuous-ukrainewar/archive/"
Expand Down

0 comments on commit 62b2027

Please sign in to comment.