Fix port conflicts: PostgreSQL 5432->5433, Redis 6379->6380
This commit is contained in:
@@ -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
8956
backend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
1
backend/tmpclaude-08a7-cwd
Normal file
1
backend/tmpclaude-08a7-cwd
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/c/Users/timo/Documents/Websites/website-monitor/backend
|
||||||
1
backend/tmpclaude-d344-cwd
Normal file
1
backend/tmpclaude-d344-cwd
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/c/Users/timo/Documents/Websites/website-monitor/backend
|
||||||
@@ -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
6237
frontend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
1
frontend/tmpclaude-7897-cwd
Normal file
1
frontend/tmpclaude-7897-cwd
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/c/Users/timo/Documents/Websites/website-monitor/frontend
|
||||||
1
tmpclaude-2cc8-cwd
Normal file
1
tmpclaude-2cc8-cwd
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/c/Users/timo/Documents/Websites/website-monitor
|
||||||
1
tmpclaude-4f97-cwd
Normal file
1
tmpclaude-4f97-cwd
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/c/Users/timo/Documents/Websites/website-monitor
|
||||||
1
tmpclaude-8493-cwd
Normal file
1
tmpclaude-8493-cwd
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/c/Users/timo/Documents/Websites/website-monitor
|
||||||
1
tmpclaude-a54e-cwd
Normal file
1
tmpclaude-a54e-cwd
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/c/Users/timo/Documents/Websites/website-monitor
|
||||||
1
tmpclaude-e545-cwd
Normal file
1
tmpclaude-e545-cwd
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/c/Users/timo/Documents/Websites/website-monitor
|
||||||
Reference in New Issue
Block a user