From 5e73575faa499b7a8c8f259b4863c8de3090d943 Mon Sep 17 00:00:00 2001 From: timka Date: Wed, 17 Dec 2025 18:06:47 +0300 Subject: [PATCH] add .env.example for user service --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 837b49c..16fc2cd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -164,7 +164,7 @@ services: env_file: - path: ./infrastructure/user/.env.template required: true - - path: ./infrastructure/user/.env + - path: ./infrastructure/use/.env required: false networks: - default