fix: port mappings (3002 for app, 5434 for postgres) to avoid conflicts
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -2,12 +2,12 @@ services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3002:3000"
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://legalai:legalai@postgres:5432/legalai
|
||||
- MEILISEARCH_URL=http://meilisearch:7700
|
||||
- MEILISEARCH_API_KEY=${MEILISEARCH_API_KEY:-masterKey}
|
||||
- NEXTAUTH_URL=http://localhost:3000
|
||||
- NEXTAUTH_URL=http://100.81.230.53:3002
|
||||
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET}
|
||||
- AI_PROVIDER=${AI_PROVIDER:-anthropic}
|
||||
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
POSTGRES_PASSWORD: legalai
|
||||
POSTGRES_DB: legalai
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5434:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user