1st commit

This commit is contained in:
Djeex
2026-07-30 22:31:34 +02:00
commit c93344739a
21 changed files with 1418 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: instagram-hdr
services:
hdr-web:
build:
context: ..
dockerfile: docker/Dockerfile
container_name: instagram-hdr-web
restart: unless-stopped
ports:
- "5050:5000" # host:container — change 5050 if that's taken too
# Put a reverse proxy (Traefik/nginx/SWAG) in front of this if you
# want it reachable outside your LAN — the Flask app itself has no
# auth and no rate limiting, so keep it internal-only or add both
# before exposing it further than your own network.