Fix port conflicts: PostgreSQL 5432->5433, Redis 6379->6380

This commit is contained in:
Timo 2026-01-16 18:53:12 +01:00
parent 2c1ec69a79
commit 6ac7d5a791
12 changed files with 15205 additions and 6 deletions

View File

@ -3,10 +3,10 @@ PORT=3001
NODE_ENV=development NODE_ENV=development
# Database # Database
DATABASE_URL=postgresql://user:password@localhost:5432/website_monitor DATABASE_URL=postgresql://admin:admin123@localhost:5433/website_monitor
# Redis # Redis
REDIS_URL=redis://localhost:6379 REDIS_URL=redis://localhost:6380
# JWT # JWT
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production JWT_SECRET=your-super-secret-jwt-key-change-this-in-production

8956
backend/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
/c/Users/timo/Documents/Websites/website-monitor/backend

View File

@ -0,0 +1 @@
/c/Users/timo/Documents/Websites/website-monitor/backend

View File

@ -1,5 +1,3 @@
version: '3.8'
services: services:
postgres: postgres:
image: postgres:15-alpine image: postgres:15-alpine
@ -9,7 +7,7 @@ services:
POSTGRES_USER: admin POSTGRES_USER: admin
POSTGRES_PASSWORD: admin123 POSTGRES_PASSWORD: admin123
ports: ports:
- "5432:5432" - "5433:5432"
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
healthcheck: healthcheck:
@ -22,7 +20,7 @@ services:
image: redis:7-alpine image: redis:7-alpine
container_name: website-monitor-redis container_name: website-monitor-redis
ports: ports:
- "6379:6379" - "6380:6379"
volumes: volumes:
- redis_data:/data - redis_data:/data
healthcheck: healthcheck:

6237
frontend/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
/c/Users/timo/Documents/Websites/website-monitor/frontend

1
tmpclaude-2cc8-cwd Normal file
View File

@ -0,0 +1 @@
/c/Users/timo/Documents/Websites/website-monitor

1
tmpclaude-4f97-cwd Normal file
View File

@ -0,0 +1 @@
/c/Users/timo/Documents/Websites/website-monitor

1
tmpclaude-8493-cwd Normal file
View File

@ -0,0 +1 @@
/c/Users/timo/Documents/Websites/website-monitor

1
tmpclaude-a54e-cwd Normal file
View File

@ -0,0 +1 @@
/c/Users/timo/Documents/Websites/website-monitor

1
tmpclaude-e545-cwd Normal file
View File

@ -0,0 +1 @@
/c/Users/timo/Documents/Websites/website-monitor