Files
instameex/docker/compose.yaml
T
Djeex d67a2569f4 Restyle the UI to match lumeex's back-office look, add repo links
Reworked static/style.css to follow the same visual language as
lumeex's back office (near-black background, cyan accent, gradient
pill buttons, translucent bordered panels) instead of the previous
generic dark-teal theme. Dropzones now use a dashed border while
empty, turning solid once a file is picked. Also fixes a stale CSS
selector (.dropzone label.tag) that never matched the actual markup
(a <span>), so the SDR/HDR tag labels were unstyled before.

Adds Gitea and GitHub repo links in the footer, using the same icons
and link pattern as lumeex.
2026-08-01 14:33:48 +02:00

11 lines
257 B
YAML

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