From bf38afeb1fc8b1b0662baf1c356fbd25628fca16 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 15 Jun 2026 13:54:46 +0800 Subject: [PATCH] chore: set compose project name --- app/.env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/app/.env.example b/app/.env.example index 91c963a..38cc04c 100644 --- a/app/.env.example +++ b/app/.env.example @@ -1,4 +1,5 @@ APP_PORT=18080 +COMPOSE_PROJECT_NAME=xsk-education-management TZ=Asia/Shanghai PYTHON_IMAGE=python:3.12-slim