updating docker file
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
build: .
|
||||
container_name: lang-agent-api
|
||||
ports:
|
||||
- "8488:8488"
|
||||
- "8588:8588"
|
||||
env_file:
|
||||
- ./.env
|
||||
environment:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- ./assets:/app/assets
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8488/health')"]
|
||||
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8588/health')"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user