Skip to content
Snippets Groups Projects
Unverified Commit 7f2d2a8d authored by Martin Weise's avatar Martin Weise
Browse files

Updated the compose files, hide image passwords

parent 61860fa2
No related branches found
No related tags found
1 merge request!106Dev
## Python API
api_authentication/
api_container/
api_database/
api_table/
api_units/
api_query/
api_identifier/
api_analyse/
## Cache
dbrepo/__pycache__
......@@ -5,9 +5,11 @@ target/
!**/src/test/**/target/
# Notebooks
.jupyter/.idea/
.jupyter/.ipynb_checkpoints
.jupyter/venv
.jupyter/
.pytest_cache/
# demo
.demo
# Environment
.env
......
......@@ -220,7 +220,7 @@ services:
env_file:
- .env
ports:
- "9100:9100"
- "9099:9099"
depends_on:
metadata-db:
condition: service_started
......
......@@ -220,7 +220,7 @@ services:
env_file:
- .env
ports:
- "9100:9100"
- "9099:9099"
depends_on:
metadata-db:
condition: service_started
......
......@@ -220,7 +220,7 @@ services:
env_file:
- .env
ports:
- "9100:9100"
- "9099:9099"
depends_on:
fda-metadata-db:
condition: service_started
......@@ -255,7 +255,7 @@ services:
networks:
core:
ports:
- "9099:9099"
- "5010:5010"
volumes:
- ${SHARED_FILESYSTEM}:/tmp
- /var/run/docker.sock:/var/run/docker.sock
......
......@@ -231,7 +231,7 @@ services:
environment:
SPRING_PROFILES_ACTIVE: docker
ports:
- "9100:9100"
- "9099:9099"
depends_on:
fda-metadata-db:
condition: service_started
......@@ -272,7 +272,7 @@ services:
environment:
EUREKA_SERVER: http://fda-discovery-service:9090/eureka/
ports:
- "9099:9099"
- "5010:5010"
volumes:
- "/tmp:/tmp"
- /var/run/docker.sock:/var/run/docker.sock
......
......@@ -36,8 +36,8 @@ swagger_config = {
"headers": [],
"specs": [
{
"endpoint": "api-analyze",
"route": "/api-analyze.json",
"endpoint": "api-analyse",
"route": "/api-analyse.json",
"rule_filter": lambda rule: rule.endpoint.startswith('analyze'),
"model_filter": lambda tag: True, # all in
},
......
......@@ -22,6 +22,7 @@ public class ImageEnvItemDto {
private String key;
@NotBlank
@ToString.Exclude
@Schema(example = "mariadb")
private String value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment