From 0c87bc7dd383d81982dd709b3b0cc6e33be4f750 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 27 Jan 2026 11:59:42 +0700 Subject: [PATCH] Update docker-compose.yml and .gitignore --- .gitignore | 8 ++++---- docker-compose.yml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 79ac3d1..b59e032 100644 --- a/.gitignore +++ b/.gitignore @@ -44,12 +44,12 @@ yarn-error.log* next-env.d.ts # Project-specific: AI/Agent tools -.agent/ -.claude/ -_bmad/ +/.agent/ +/.claude/ +/_bmad/ # Project-specific: BMAD output (optional - uncomment to ignore) -_bmad-output/ +/_bmad-output/ # IDE .vscode/ diff --git a/docker-compose.yml b/docker-compose.yml index fc310b6..e08e14b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ services: environment: - NODE_ENV=production - PORT=3000 + -- APP_PASSWORD=${APP_PASSWORD} networks: - dokploy-network labels: