Skip to content

Commit

Permalink
mapping to structure
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed Apr 7, 2024
1 parent 7b5b73e commit 68fd3ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions ci/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ debug: true
collections:
all: $all
live: $live
tests-23:
index_paths:
- ./index/
archive_paths:
- ./sample_archive/
# tests-23:
# index_paths:
# - ./index/
# archive_paths:
# - ./sample_archive/

# acl_paths: acl
# static_path: static
Expand Down
6 changes: 3 additions & 3 deletions ci/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ services:
pywb:
image: webrecorder/pywb:2.7.4
volumes:
- ../config.yaml:{{ pywb_dir }}/config.yaml
- ../2023-tests.cdx/:/mnt/archive/23/index/2023-tests.cdx
- ../sample-archive/:/mnt/archive/23/tests/
- "{{ pywb_dir }}/config.yaml:/webarchive/config.yaml"
- "/mnt/archive/23/index/2023-tests.cdx:/webarchive/collections/2023-tests/indexes/2023-tests.cdx"
- "/mnt/archive/23/tests/:/webarchive/collections/2023-tests/archive/"

# - ./uwsgi_subdir.ini:/uwsgi/uwsgi.ini

Expand Down

0 comments on commit 68fd3ed

Please sign in to comment.