Skip to content

Commit

Permalink
fix(SSL): fix issue with infinity timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
PxyUp committed Jan 29, 2021
1 parent c415473 commit f686f89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- ./postgres-data:/var/lib/postgresql/data

squzy_storage:
image: "squzy/squzy_storage:v1.11.2"
image: "squzy/squzy_storage:v1.11.3"
restart: on-failure
depends_on:
- postgres
Expand All @@ -33,7 +33,7 @@ services:
- PORT=9092

squzy_monitoring:
image: "squzy/squzy_monitoring:v1.11.2"
image: "squzy/squzy_monitoring:v1.11.3"
restart: on-failure
depends_on:
- mongo
Expand All @@ -45,7 +45,7 @@ services:
- SQUZY_STORAGE_HOST=squzy_storage:9092

squzy_agent_server:
image: "squzy/squzy_agent_server:v1.11.2"
image: "squzy/squzy_agent_server:v1.11.3"
restart: on-failure
depends_on:
- mongo
Expand All @@ -59,7 +59,7 @@ services:
- "9091:9091"

squzy_api:
image: "squzy/squzy_api:v1.11.2"
image: "squzy/squzy_api:v1.11.3"
restart: on-failure
depends_on:
- squzy_agent_server
Expand Down Expand Up @@ -91,7 +91,7 @@ services:
- "8081:80"

squzy_application_monitoring:
image: "squzy/squzy_application_monitoring:v1.11.2"
image: "squzy/squzy_application_monitoring:v1.11.3"
restart: on-failure
depends_on:
- mongo
Expand All @@ -103,7 +103,7 @@ services:
- SQUZY_STORAGE_HOST=squzy_storage:9092

squzy_incident_management:
image: "squzy/squzy_incident:v1.11.2"
image: "squzy/squzy_incident:v1.11.3"
restart: on-failure
depends_on:
- mongo
Expand All @@ -114,7 +114,7 @@ services:
- NOTIFICATION_HOST=squzy_notification_management:9098

squzy_notification_management:
image: "squzy/squzy_notification:v1.11.2"
image: "squzy/squzy_notification:v1.11.3"
restart: on-failure
depends_on:
- mongo
Expand Down

0 comments on commit f686f89

Please sign in to comment.