- docker-compose-minimal.yml did not have the keystore section version in the image with transforms.

This commit is contained in:
Alan Davis
2020-07-23 16:46:37 +01:00
parent 2f42f3ebfb
commit b1d348884b
3 changed files with 6 additions and 4 deletions

View File

@@ -36,7 +36,12 @@ services:
-Dimap.server.port=1143
-Dftp.port=1221
-Dcors.enabled=true
-Dcors.allowed.origins=http://localhost:4200
-Dcors.allowed.origins=http://localhost:4200,http://localhost:8080
-Dmetadata-keystore.password=mp6yc0UD9e
-Dmetadata-keystore.aliases=metadata
-Dmetadata-keystore.metadata.password=mp6yc0UD9e
-Dmetadata-keystore.metadata.algorithm=AES
"
ports:
- 8082:8080