Tube Archivist docker compose: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 April 2025

  • curprev 08:3808:38, 1 April 2025Karavi talk contribs 2,251 bytes +8 No edit summary
  • curprev 08:3708:37, 1 April 2025Karavi talk contribs 2,243 bytes −29 No edit summary
  • curprev 08:2208:22, 1 April 2025Karavi talk contribs 2,272 bytes +2,272 Created page with "Create a docker-compose.yml file similar to this: version: '3.5' services: tubearchivist: container_name: tubearchivist restart: unless-stopped image: bbilly1/tubearchivist ports: - 8000:8000 volumes: - ./media:/youtube - ./cache:/cache environment: - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port - REDIS_CON=redis://archivist-redis:6379 - HOST_UID=1000 - HOST_G..."