-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #301 from ec-jrc/develop
Re3gistry2 2.5.0 version release
- Loading branch information
Showing
20 changed files
with
4,356 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ services: | |
# Test database to use it without installation | ||
# Be sure file sources-main/resources-configurations_files/system.installed | ||
# is removed from the war file. If not, installation will be not detected. | ||
- ../../dist/customize-interface/example-profile-developer-docker/dump-docker-202205180929.sql:/docker-entrypoint-initdb.d/init_backup.sql | ||
# - ../../dist/customize-interface/example-profile-developer-docker/dump-docker-202205180929.sql:/docker-entrypoint-initdb.d/init_backup.sql | ||
# login example db: [email protected] password | ||
expose: | ||
- "5432" | ||
|
@@ -91,6 +91,17 @@ services: | |
ports: | ||
- 2500:2500 | ||
- 8081:8080 # http://localhost:8081/ | ||
- 8085:8085 | ||
- 8085:8085 | ||
|
||
swagger-ui: | ||
image: swaggerapi/swagger-ui | ||
container_name: "swagger-ui" | ||
ports: | ||
- "8082:8080" | ||
volumes: | ||
- ./swagger/openapi.json:/openapi.json | ||
environment: | ||
SWAGGER_JSON: /openapi.json | ||
# API_URL: "" | ||
networks: | ||
main: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,4 +145,4 @@ | |
</properties> | ||
</profile> | ||
</profiles> | ||
</project> | ||
</project> |
Oops, something went wrong.