mirror of
https://github.com/ergosteur/instaarchive-viewer.git
synced 2026-07-04 02:57:15 -04:00
12 lines
254 B
YAML
12 lines
254 B
YAML
services:
|
|
instaarchive:
|
|
image: ghcr.io/ergosteur/instaarchive-viewer:latest
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- ./archives:/archives:ro,z
|
|
environment:
|
|
- PORT=3000
|
|
- ARCHIVES_DIR=/archives
|
|
restart: unless-stopped
|