Skip to content
Snippets Groups Projects
Verified Commit 2e5441be authored by Martin Weise's avatar Martin Weise
Browse files

Fixed the docker compose files

parent d113dc84
No related branches found
No related tags found
4 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0,!211Added more configuration options for frontend
# Upload Service
## Actuator
- Info: http://localhost:1080
- Prometheus: http://localhost:1080/metrics
## TUS
- File upload: http://localhost:1080/api/upload/files
\ No newline at end of file
...@@ -273,27 +273,8 @@ services: ...@@ -273,27 +273,8 @@ services:
container_name: dbrepo-ui container_name: dbrepo-ui
hostname: ui hostname: ui
image: docker.io/dbrepo/ui:latest image: docker.io/dbrepo/ui:latest
environment: volumes:
BROKER_USERNAME: "${BROKER_USERNAME:-fda}" - ./dist/dbrepo.config.json:/app/dbrepo.config.json
BROKER_PASSWORD: "${BROKER_PASSWORD:-fda}"
BROKER_LOGIN_URL: "${BROKER_LOGIN_URL:-/admin/broker/}"
KEYCLOAK_LOGIN_URL: "${KEYCLOAK_LOGIN_URL:-/api/auth/admin/}"
OPENSEARCH_LOGIN_URL: "${OPENSEARCH_LOGIN_URL:-/admin/dashboard/}"
SHARED_FILESYSTEM: "${SHARED_FILESYSTEM:-/tmp}"
LOGO: "${LOGO:-/logo.png}"
SEARCH_USERNAME: "${SEARCH_USERNAME:-admin}"
SEARCH_PASSWORD: "${SEARCH_PASSWORD:-admin}"
VERSION: "${VERSION:-latest}"
TITLE: "${TITLE:-Database Repository}"
ICON: "${ICON:-/favicon.ico}"
DBREPO_CLIENT_ID: "${DBREPO_CLIENT_ID:-dbrepo-client}"
DBREPO_CLIENT_SECRET: "${DBREPO_CLIENT_SECRET:-MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG}"
S3_STORAGE_HOSTNAME: "${STORAGE_HOSTNAME:-storage-service}"
S3_STORAGE_PORT: "${STORAGE_PORT:-9000}"
S3_ACCESS_KEY_ID: "${STORAGE_USERNAME:-minioadmin}"
S3_SECRET_ACCESS_KEY: ${STORAGE_PASSWORD:-minioadmin}
FORCE_SSL: "${FORCE_SSL:-false}"
DOI_URL: "${DOI_URL:-https://doi.org}"
depends_on: depends_on:
dbrepo-search-service: dbrepo-search-service:
condition: service_started condition: service_started
......
...@@ -281,8 +281,6 @@ services: ...@@ -281,8 +281,6 @@ services:
hostname: ui hostname: ui
image: dbrepo-ui:latest image: dbrepo-ui:latest
build: ./dbrepo-ui build: ./dbrepo-ui
volumes:
- ./dbrepo.config.json:/app/dbrepo.config.json
depends_on: depends_on:
dbrepo-search-service: dbrepo-search-service:
condition: service_started condition: service_started
......
...@@ -22,6 +22,7 @@ curl -sSL -o ./dist/pubkey.pem https://gitlab.phaidra.org/fair-data-austria-db-r ...@@ -22,6 +22,7 @@ curl -sSL -o ./dist/pubkey.pem https://gitlab.phaidra.org/fair-data-austria-db-r
curl -sSL -o ./dist/definitions.json https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/dbrepo-broker-service/definitions.json curl -sSL -o ./dist/definitions.json https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/dbrepo-broker-service/definitions.json
curl -sSL -o ./dist/dbrepo.conf https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/dbrepo-gateway-service/dbrepo.conf curl -sSL -o ./dist/dbrepo.conf https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/dbrepo-gateway-service/dbrepo.conf
curl -sSL -o ./dist/opensearch_dashboards.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/dbrepo-search-db/opensearch_dashboards.yml curl -sSL -o ./dist/opensearch_dashboards.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/dbrepo-search-db/opensearch_dashboards.yml
curl -sSL -o ./dist/dbrepo.config.json https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/dev/dbrepo-ui/dbrepo.config.json
echo "[📦] Pulling images ..." echo "[📦] Pulling images ..."
docker compose pull docker compose pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment