Commit graph

2 commits

Author SHA1 Message Date
dd0eaf49ea fix: use nobbe/ignis:latest image; fix BASIC_AUTH_USERS $ escaping
- Switch from build:. to image: nobbe/ignis:latest — the Dockerfile
  lives at apps/ignis-server/, not the repo root, so the build was
  failing with "no such file or directory". Using the official image
  is simpler and avoids a lengthy source build on every deploy.

- Document that BASIC_AUTH_USERS must use $$ for every $ in the bcrypt
  hash, so Docker Compose doesn't expand $2y$05$... as variable refs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 10:02:14 +05:30
32086b7122 Add Dokploy compose: Ignis build + Traefik labels + env-injected basicAuth 2026-06-06 22:04:45 +00:00