diff --git a/ci/templates/config.yaml b/ci/templates/config.yaml index f648269..ca0f4f4 100644 --- a/ci/templates/config.yaml +++ b/ci/templates/config.yaml @@ -4,17 +4,21 @@ debug: true -# collections_root: collections - collections: all: $all live: $live + # tests-23: # index_paths: # - ./index/ # archive_paths: # - ./sample_archive/ +# collections_root: collections + +# Per-Collection Paths +# archive_paths: archive +# index_paths: indexes # acl_paths: acl # static_path: static diff --git a/ci/templates/docker-compose.yaml b/ci/templates/docker-compose.yaml index 171fa4e..f12ae29 100644 --- a/ci/templates/docker-compose.yaml +++ b/ci/templates/docker-compose.yaml @@ -1,4 +1,4 @@ -version: '3' +version: "3" services: reverse-proxy: @@ -24,7 +24,8 @@ services: # Overwrite pywb configuration inside docker container - "{{ pywb_dir }}/config.yaml:/webarchive/config.yaml" # Add single archive to image - - "/mnt/archive/23/manuals/crawls/collections/:/webarchive/collections/" + # - "/mnt/archive/23/manuals/crawls/collections/:/webarchive/collections/" + - "/mnt/archive/23/topics/Topics-2023-07-T-APVVM:/webarchive/collections/topics/archive/" # Archives # - "/mnt/archive/23/continuous-cov19:/webarchive/collections/2023-continuous-cov19/archive/" # - "/mnt/archive/23/continuous-ukrainewar:/webarchive/collections/2023-continuous-ukrainewar/archive/" @@ -52,7 +53,6 @@ services: labels: - "traefik.http.routers.pywb.rule=Host(`whoami.docker.localhost`) || Host(`10.3.0.21`)" - # whoami: # # A container that exposes an API to show its IP address # image: traefik/whoami