d67a2569f4
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.
11 lines
257 B
YAML
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 |