Skip to content

Commit

Permalink
Release 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shlaikov committed Feb 15, 2024
1 parent 02b2c98 commit 3f5f781
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions services/ecos-apps-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
hostname: ecos-apps-app
restart: always
stop_grace_period: 1m
image: nexus.citeck.ru/ecos-apps:2.16.0
image: nexus.citeck.ru/ecos-apps:2.17.0
volumes:
- ./ecos-community-demo-data/ecos-apps:/run/ecos-artifacts/app/ecosapp
expose:
Expand All @@ -35,7 +35,7 @@ services:
volumes:
- ./ecos-community-demo-data/ecos-apps:/run/ecos-apps-target
ecos-common-data-list-ecos-apps:
image: nexus.citeck.ru/ecos-common-data-list:1.5.0
image: nexus.citeck.ru/ecos-common-data-list:1.8.0
environment:
- ECOS_APPS_TARGET_DIR=/run/ecos-apps-target
volumes:
Expand All @@ -47,7 +47,7 @@ services:
volumes:
- ./ecos-community-demo-data/ecos-apps:/run/ecos-apps-target
ecos-time-tracking-ecos-apps:
image: nexus.citeck.ru/ecos-time-tracking:1.1.2
image: nexus.citeck.ru/ecos-time-tracking:1.2.0
environment:
- ECOS_APPS_TARGET_DIR=/run/ecos-apps-target
volumes:
Expand All @@ -59,7 +59,7 @@ services:
volumes:
- ./ecos-community-demo-data/ecos-apps:/run/ecos-apps-target
ecos-crm-ecos-apps:
image: nexus.citeck.ru/ecos-crm:1.1.0
image: nexus.citeck.ru/ecos-crm:1.3.0
environment:
- ECOS_APPS_TARGET_DIR=/run/ecos-apps-target
volumes:
Expand All @@ -71,13 +71,13 @@ services:
volumes:
- ./ecos-community-demo-data/ecos-apps:/run/ecos-apps-target
ecos-correspondence-ecos-apps:
image: nexus.citeck.ru/ecos-correspondence:1.2.0
image: nexus.citeck.ru/ecos-correspondence:1.3.0
environment:
- ECOS_APPS_TARGET_DIR=/run/ecos-apps-target
volumes:
- ./ecos-community-demo-data/ecos-apps:/run/ecos-apps-target
ecos-contracts-ecos-apps:
image: nexus.citeck.ru/ecos-contracts:1.3.0
image: nexus.citeck.ru/ecos-contracts:1.4.0
environment:
- ECOS_APPS_TARGET_DIR=/run/ecos-apps-target
volumes:
Expand Down
2 changes: 1 addition & 1 deletion services/ecos-ecom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
hostname: ecos-ecom-app
restart: always
stop_grace_period: 1m
image: nexus.citeck.ru/ecos-ecom:1.2.0
image: nexus.citeck.ru/ecos-ecom:1.4.0
env_file:
- ./environments/ecos-ecom-app.env
networks:
Expand Down
2 changes: 1 addition & 1 deletion services/ecos-history-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
hostname: ecos-history-app
restart: always
stop_grace_period: 1m
image: nexus.citeck.ru/ecos-history:2.16.0
image: nexus.citeck.ru/ecos-history:2.17.0
expose:
- 8086/tcp
env_file:
Expand Down
2 changes: 1 addition & 1 deletion services/ecos-model-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
hostname: ecos-model-app
restart: always
stop_grace_period: 1m
image: nexus.citeck.ru/ecos-model:2.23.0
image: nexus.citeck.ru/ecos-model:2.24.0
expose:
- 8094/tcp
env_file:
Expand Down
2 changes: 1 addition & 1 deletion services/ecos-process-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
hostname: ecos-process-app
restart: always
stop_grace_period: 1m
image: nexus.citeck.ru/ecos-process:2.16.0
image: nexus.citeck.ru/ecos-process:2.17.0
expose:
- 8098/tcp
env_file:
Expand Down
2 changes: 1 addition & 1 deletion services/ecos-proxy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
hostname: ecos-proxy-app
restart: always
stop_grace_period: 1m
image: nexus.citeck.ru/ecos-proxy-oidc:2.17.0
image: nexus.citeck.ru/ecos-proxy-oidc:2.18.2
ports:
- 80:80/tcp
env_file:
Expand Down
2 changes: 1 addition & 1 deletion services/ecos-service-desk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
hostname: ecos-service-desk-app
restart: always
stop_grace_period: 1m
image: nexus.citeck.ru/ecos-service-desk:1.7.0
image: nexus.citeck.ru/ecos-service-desk:1.8.1
env_file:
- ./environments/ecos-service-desk-app.env
networks:
Expand Down
2 changes: 1 addition & 1 deletion services/ecos-uiserv-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
hostname: ecos-uiserv-app
restart: always
stop_grace_period: 1m
image: nexus.citeck.ru/ecos-uiserv:2.22.0
image: nexus.citeck.ru/ecos-uiserv:2.23.0
expose:
- 8081/tcp
env_file:
Expand Down

0 comments on commit 3f5f781

Please sign in to comment.