Skip to content

Commit

Permalink
feat(v1.11.7 core): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
PxyUp committed Jan 18, 2022
1 parent b2b388b commit e33e743
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ services:
- POSTGRES_PASSWORD=password
- POSTGRES_DB=database
volumes:
- ./postgres-data:/var/lib/postgresql/data
- ./postgres-data:/var/lib/postgresql/data

proxy_http:
image: "nginx_proxy:latest"

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

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

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

squzy_api:
image: "squzy/squzy_api:v1.11.3"
image: "squzy/squzy_api:v1.11.7"
restart: on-failure
depends_on:
- squzy_agent_server
Expand All @@ -81,7 +84,7 @@ services:
- "8082:8080"

squzy_dashboard:
image: "squzy/squzy_dashboard:v1.11.5"
image: "squzy/squzy_dashboard:v1.11.6"
restart: on-failure
depends_on:
- squzy_api
Expand All @@ -91,7 +94,7 @@ services:
- "8081:80"

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

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

squzy_notification_management:
image: "squzy/squzy_notification:v1.11.3"
image: "squzy/squzy_notification:v1.11.7"
restart: on-failure
depends_on:
- mongo
Expand All @@ -126,7 +129,7 @@ services:
- PORT=9098

squzy_web:
image: "squzy/squzy_web:v1.11.0"
image: "squzy/squzy_web:v1.11.1"
restart: on-failure
ports:
- "8080:80"

0 comments on commit e33e743

Please sign in to comment.