Skip to content

Commit

Permalink
Merge pull request #43 from opfab/Release-4.3.0
Browse files Browse the repository at this point in the history
Release 4.3.0
  • Loading branch information
freddidierRTE committed May 21, 2024
2 parents d4652ca + b9d87ee commit 56c5b26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
MONGO_INITDB_ROOT_PASSWORD: password
rabbitmq:
container_name: rabbitmq
image: lfeoperatorfabric/of-rabbitmq:4.2.0.RELEASE
image: lfeoperatorfabric/of-rabbitmq:4.3.0.RELEASE
ports:
- "5672:5672"
- "15672:15672"
Expand All @@ -32,7 +32,7 @@ services:
- "89:89"
users:
container_name: users
image: "lfeoperatorfabric/of-users-service:4.2.0.RELEASE"
image: "lfeoperatorfabric/of-users-service:4.3.0.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -50,7 +50,7 @@ services:
- "./docker-configurations/common.yml:/config/common.yml"
businessconfig:
container_name: businessconfig
image: "lfeoperatorfabric/of-businessconfig-service:4.2.0.RELEASE"
image: "lfeoperatorfabric/of-businessconfig-service:4.3.0.RELEASE"
depends_on:
- mongodb
user: ${USER_ID}:${USER_GID}
Expand All @@ -68,7 +68,7 @@ services:
- "./docker-configurations/businessconfig.yml:/config/application.yml"
cards-publication:
container_name: cards-publication
image: "lfeoperatorfabric/of-cards-publication-service:4.2.0.RELEASE"
image: "lfeoperatorfabric/of-cards-publication-service:4.3.0.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -86,7 +86,7 @@ services:
- "./docker-configurations/cards-publication.yml:/config/application.yml"
cards-consultation:
container_name: cards-consultation
image: "lfeoperatorfabric/of-cards-consultation-service:4.2.0.RELEASE"
image: "lfeoperatorfabric/of-cards-consultation-service:4.3.0.RELEASE"
depends_on:
- mongodb
- rabbitmq
Expand All @@ -104,7 +104,7 @@ services:
- "./docker-configurations/cards-consultation.yml:/config/application.yml"
web-ui:
container_name: web-ui
image: "lfeoperatorfabric/of-web-ui:4.2.0.RELEASE"
image: "lfeoperatorfabric/of-web-ui:4.3.0.RELEASE"
ports:
- "2002:80"
depends_on:
Expand Down
1 change: 1 addition & 0 deletions server/docker-configurations/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ operatorfabric.users.default:
- id: ADMIN
name: ADMINISTRATORS
description: The admin group
permissions: ["ADMIN"]
- id: RTE
name: RTE France
description: RTE TSO Group
Expand Down

0 comments on commit 56c5b26

Please sign in to comment.