Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion api/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
version: '3.8'
# `name:` is REQUIRED: without it the compose project is named after the
# directory (`api`), which collides with other repos deploying from an `api/`
# dir on the shared host — their `up --remove-orphans` then removes this
# container (this removed blindsighted-api on 2026-07-10).
name: blindsighted-api

services:
api:
Expand Down
Loading