bump dependencies and metadata for 0.7.3

This commit is contained in:
Nick Sweeting 2024-12-15 00:25:35 -08:00
parent 315c9f3844
commit 5171eaf31e
No known key found for this signature in database
3 changed files with 8 additions and 13 deletions

View file

@ -8,12 +8,10 @@
# Documentation: # Documentation:
# https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#docker-compose # https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#docker-compose
version: '3.9'
services: services:
archivebox: archivebox:
#image: ${DOCKER_IMAGE:-archivebox/archivebox:dev} #image: ${DOCKER_IMAGE:-archivebox/archivebox:dev}
image: archivebox/archivebox:dev image: archivebox/archivebox:stable
command: server --quick-init 0.0.0.0:8000 command: server --quick-init 0.0.0.0:8000
ports: ports:
- 8000:8000 - 8000:8000
@ -51,13 +49,10 @@ services:
######## Optional Addons: tweak examples below as needed for your specific use case ######## ######## Optional Addons: tweak examples below as needed for your specific use case ########
### Example: To run the Sonic full-text search backend, first download the config file to sonic.cfg ### Example: To run the Sonic full-text search backend, uncomment this block and the sonic config above
# $ curl -O https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/etc/sonic.cfg
# After starting, backfill any existing Snapshots into the full-text index:
# $ docker-compose run archivebox update --index-only
# sonic: # sonic:
# image: valeriansaliou/sonic:latest # image: archivebox/sonic:latest
# expose: # expose:
# - 1491 # - 1491
# environment: # environment:

View file

@ -1,6 +1,6 @@
{ {
"name": "archivebox", "name": "archivebox",
"version": "0.7.2", "version": "0.7.3",
"description": "ArchiveBox: The self-hosted internet archive", "description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>", "author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox", "repository": "github:ArchiveBox/ArchiveBox",

View file

@ -1,6 +1,6 @@
[project] [project]
name = "archivebox" name = "archivebox"
version = "0.7.2" version = "0.7.3"
description = "Self-hosted internet archiving solution." description = "Self-hosted internet archiving solution."
authors = [ authors = [
{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}, {name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"},