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 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 20:34:30 +03:00
parent 48ea1fe720
commit 0b0f797fae
+1
View File
@@ -23,6 +23,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: tfm
restart: unless-stopped restart: unless-stopped
# All application config (secrets, DATABASE_URL, tunables) comes from .env. # All application config (secrets, DATABASE_URL, tunables) comes from .env.