From 0b0f797fae41c228246bb33b0b4ac96203cf7355 Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Thu, 11 Jun 2026 20:34:30 +0300 Subject: [PATCH] chore(project): name the app container tfm Give the app service an explicit container_name so it shows up as `tfm` instead of the generated `tanabata-app-1`. Co-Authored-By: Claude Opus 4.8 --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 1d12cc5..1dba992 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,6 +23,7 @@ services: build: context: . dockerfile: Dockerfile + container_name: tfm restart: unless-stopped # All application config (secrets, DATABASE_URL, tunables) comes from .env.