File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ services:
7474 - ' redis_data:/data'
7575 analytics :
7676 container_name : analytics
77- image : public.ecr.aws/openops/openops-analytics:0.14.6
77+ image : public.ecr.aws/openops/openops-analytics:0.14.7
7878 ports : ['8088:8088']
7979 environment :
8080 DATABASE_DIALECT : ' postgresql'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
2424 OPS_COMPONENT : app
2525 OPS_VERSION : ${OPS_VERSION:-latest}
2626 OPS_OPENOPS_TABLES_VERSION : 0.2.17
27- OPS_ANALYTICS_VERSION : 0.14.6
27+ OPS_ANALYTICS_VERSION : 0.14.7
2828 depends_on :
2929 openops-tables :
3030 condition : service_healthy
@@ -88,7 +88,7 @@ services:
8888 postgres :
8989 condition : service_healthy
9090 openops-analytics :
91- image : public.ecr.aws/openops/openops-analytics:0.14.6
91+ image : public.ecr.aws/openops/openops-analytics:0.14.7
9292 restart : unless-stopped
9393 environment :
9494 ADMIN_PASSWORD : ${OPS_ANALYTICS_ADMIN_PASSWORD}
You can’t perform that action at this time.
0 commit comments