Skip to content

Commit cf60d0a

Browse files
committed
feat(ssl): add ssl check
1 parent b7a7e29 commit cf60d0a

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
.idea
1+
.idea
2+
3+
postgres-data
4+
data

docker-compose.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- ./postgres-data:/var/lib/postgresql/data
1818

1919
squzy_storage:
20-
image: "squzy/squzy_storage:v1.10.0"
20+
image: "squzy/squzy_storage:v1.11.0"
2121
restart: on-failure
2222
depends_on:
2323
- postgres
@@ -32,7 +32,7 @@ services:
3232
- PORT=9092
3333

3434
squzy_monitoring:
35-
image: "squzy/squzy_monitoring:v1.10.0"
35+
image: "squzy/squzy_monitoring:v1.11.0"
3636
restart: on-failure
3737
depends_on:
3838
- mongo
@@ -43,7 +43,7 @@ services:
4343
- SQUZY_STORAGE_HOST=squzy_storage:9092
4444

4545
squzy_agent_server:
46-
image: "squzy/squzy_agent_server:v1.10.0"
46+
image: "squzy/squzy_agent_server:v1.11.0"
4747
restart: on-failure
4848
depends_on:
4949
- mongo
@@ -56,7 +56,7 @@ services:
5656
- "9091:9091"
5757

5858
squzy_api:
59-
image: "squzy/squzy_api:v1.10.0"
59+
image: "squzy/squzy_api:v1.11.0"
6060
restart: on-failure
6161
depends_on:
6262
- squzy_agent_server
@@ -77,7 +77,7 @@ services:
7777
- "8082:8080"
7878

7979
squzy_dashboard:
80-
image: "squzy/squzy_dashboard:v1.10.2"
80+
image: "squzy/squzy_dashboard:v1.11.0"
8181
restart: on-failure
8282
depends_on:
8383
- squzy_api
@@ -87,7 +87,7 @@ services:
8787
- "8081:80"
8888

8989
squzy_application_monitoring:
90-
image: "squzy/squzy_application_monitoring:v1.10.0"
90+
image: "squzy/squzy_application_monitoring:v1.11.0"
9191
restart: on-failure
9292
depends_on:
9393
- mongo
@@ -98,7 +98,7 @@ services:
9898
- SQUZY_STORAGE_HOST=squzy_storage:9092
9999

100100
squzy_incident_management:
101-
image: "squzy/squzy_incident:v1.10.0"
101+
image: "squzy/squzy_incident:v1.11.0"
102102
restart: on-failure
103103
depends_on:
104104
- mongo
@@ -108,7 +108,7 @@ services:
108108
- NOTIFICATION_HOST=squzy_notification_management:9098
109109

110110
squzy_notification_management:
111-
image: "squzy/squzy_notification:v1.10.0"
111+
image: "squzy/squzy_notification:v1.11.0"
112112
restart: on-failure
113113
depends_on:
114114
- mongo
@@ -119,7 +119,7 @@ services:
119119
- PORT=9098
120120

121121
squzy_web:
122-
image: "squzy/squzy_web:v1.10.2"
122+
image: "squzy/squzy_web:v1.11.0"
123123
restart: on-failure
124124
ports:
125125
- "8080:80"

0 commit comments

Comments
 (0)