Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 2f91783

Browse files
committed
Merge pull request #56 from dmabtrg/release/0.5.1
Use authzforce 4.4.1b official docker image.
2 parents 0e6413c + 091caf5 commit 2f91783

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docker/compose/docker-compose.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ orion:
1717
command: -dbhost mongodb
1818

1919
authzforce:
20-
image: fiware/authzforce:4.4.0
20+
image: fiware/authzforce-ce-server:release-4.4.1b
2121
hostname: authzforce
2222
expose:
2323
- "8080"
24-
# remove predefined domains before starting tomcat
25-
command: bash -c "rm -rfv /opt/authzforce-ce-server/data/domains/* ; exec catalina.sh run"
2624

2725
idm:
2826
image: bitergia/idm-keyrock:5.1.0_tourguide-0.5
@@ -35,7 +33,7 @@ idm:
3533
- "5000"
3634
environment:
3735
- APP_NAME=TourGuide
38-
- AUTHZFORCE_VERSION=4.4.0
36+
- AUTHZFORCE_VERSION=4.4.1b
3937

4038
pepwilma:
4139
image: bitergia/pep-wilma:4.3.0_tourguide-0.5
@@ -51,7 +49,7 @@ pepwilma:
5149
environment:
5250
- APP_HOSTNAME=orion
5351
- APP_PORT=1026
54-
- AUTHZFORCE_VERSION=4.4.0
52+
- AUTHZFORCE_VERSION=4.4.1b
5553

5654
idasiotacpp:
5755
image: bitergia/idas-iota-cpp:1.2.0_tourguide-0.5

0 commit comments

Comments
 (0)