Update docker-compose.yml and .gitignore
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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/
|
||||
|
||||
@@ -10,6 +10,7 @@ services:
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
-- APP_PASSWORD=${APP_PASSWORD}
|
||||
networks:
|
||||
- dokploy-network
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user