refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
+8
View File
@@ -0,0 +1,8 @@
# archivebox
## Overview
Docker Hub: https://hub.docker.com/r/archivebox/archivebox/tags
Docker Compose Example: https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/docker-compose.yml
Project: https://archivebox.io/
Proxy Port: 8000
+14
View File
@@ -0,0 +1,14 @@
services:
archivebox:
image: ${ARCHIVEBOX_IMAGE:-archivebox/archivebox:stable}
restart: unless-stopped
volumes:
- "archivebox-data:/data"
environment:
- ARCHIVEBOX_UID=1000
- ARCHIVEBOX_GID=1000
- PYTHONUNBUFFERED=1
command: server --quick-init 0.0.0.0:8000
volumes:
archivebox-data:
+2
View File
@@ -0,0 +1,2 @@
# ARCHIVEBOX
ARCHIVEBOX_IMAGE=archivebox/archivebox:sha-1d49bee