Realtime BirdNET visualizer + note-transition diagram
  • HTML 76.9%
  • Python 19.6%
  • Dockerfile 3.5%
Find a file
Jeff Emmett ed69bf8843 Use top-level mem_limit (deploy.resources is Swarm-only, ignored by compose)
Effective limit was 256MB despite the compose value being 3500M —
deploy.resources.limits.memory only applies under Swarm, so docker
compose silently ignored it and gunicorn worker kept being SIGKILL'd.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 19:28:57 -04:00
static Initial deploy of birdsong-live 2026-04-26 18:51:13 -04:00
uploads Initial deploy of birdsong-live 2026-04-26 18:51:13 -04:00
.dockerignore Initial deploy of birdsong-live 2026-04-26 18:51:13 -04:00
.gitignore Initial deploy of birdsong-live 2026-04-26 18:51:13 -04:00
bird.html Initial deploy of birdsong-live 2026-04-26 18:51:13 -04:00
birdserver.py Drop /live route, raise mem limit to 3500M 2026-04-26 19:24:58 -04:00
docker-compose.yml Use top-level mem_limit (deploy.resources is Swarm-only, ignored by compose) 2026-04-26 19:28:57 -04:00
Dockerfile Drop /live route, raise mem limit to 3500M 2026-04-26 19:24:58 -04:00
index.html Initial deploy of birdsong-live 2026-04-26 18:51:13 -04:00
requirements.txt Initial deploy of birdsong-live 2026-04-26 18:51:13 -04:00