dipan004 commited on
Commit
9072a85
·
verified ·
1 Parent(s): bbf44ca

Update docker-compose.yml

Browse files
Files changed (1) hide show
  1. docker-compose.yml +2 -2
docker-compose.yml CHANGED
@@ -6,7 +6,7 @@ services:
6
  context: .
7
  dockerfile: Dockerfile
8
  ports:
9
- - "8000:8000"
10
  environment:
11
  # Core settings
12
  - MAX_FILE_SIZE_MB=10
@@ -33,7 +33,7 @@ services:
33
  restart: unless-stopped
34
 
35
  healthcheck:
36
- test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
37
  interval: 30s
38
  timeout: 10s
39
  retries: 3
 
6
  context: .
7
  dockerfile: Dockerfile
8
  ports:
9
+ - "7860:7860"
10
  environment:
11
  # Core settings
12
  - MAX_FILE_SIZE_MB=10
 
33
  restart: unless-stopped
34
 
35
  healthcheck:
36
+ test: ["CMD", "curl", "-f", "http://localhost:7860/health"]
37
  interval: 30s
38
  timeout: 10s
39
  retries: 3