chore(docker): add common project name for compose

With this, different `git worktrees` run under the same project name.
This commit is contained in:
João Paulo Dubas 2025-04-30 17:04:03 +00:00
parent d4299d4d7a
commit 04c758b5e1
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -1,4 +1,6 @@
--- ---
name: ${EX_TRAINER_PROJECT_NAME:-ex_trainer}
services: services:
db: db:
image: 'postgres:17.4-alpine' image: 'postgres:17.4-alpine'