Skip to content

Commit

Permalink
zkouška přidání archivu a samoindexace
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed May 5, 2024
1 parent a92598c commit 80fec7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions ci/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions ci/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: "3"

services:
reverse-proxy:
Expand All @@ -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/"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 80fec7b

Please sign in to comment.