Update docker-compose.yml and .gitignore

This commit is contained in:
Max
2026-01-27 11:59:42 +07:00
parent 5bc36f2354
commit 0c87bc7dd3
2 changed files with 5 additions and 4 deletions

8
.gitignore vendored
View File

@@ -44,12 +44,12 @@ yarn-error.log*
next-env.d.ts next-env.d.ts
# Project-specific: AI/Agent tools # Project-specific: AI/Agent tools
.agent/ /.agent/
.claude/ /.claude/
_bmad/ /_bmad/
# Project-specific: BMAD output (optional - uncomment to ignore) # Project-specific: BMAD output (optional - uncomment to ignore)
_bmad-output/ /_bmad-output/
# IDE # IDE
.vscode/ .vscode/

View File

@@ -10,6 +10,7 @@ services:
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- PORT=3000 - PORT=3000
-- APP_PASSWORD=${APP_PASSWORD}
networks: networks:
- dokploy-network - dokploy-network
labels: labels: