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 5842a773d3
commit be54b42e9e
3 changed files with 91 additions and 50 deletions
+12
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