docs: update README and GEMINI with Docker usage and new features

This commit is contained in:
ergosteur
2026-03-07 02:50:18 -05:00
parent 6f5021638c
commit c0f3523a9c
3 changed files with 91 additions and 50 deletions

12
compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
instaarchive:
image: ghcr.io/${GITHUB_REPOSITORY:-ergosteur/instaarchive-viewer}:latest
build: .
ports:
- "3000:3000"
volumes:
- ./archives:/archives:ro
environment:
- PORT=3000
- ARCHIVES_DIR=/archives
restart: unless-stopped