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

Fixed version

parent f0ea164a
No related branches found
No related tags found
1 merge request!416Attempt new release
...@@ -89,7 +89,7 @@ services: ...@@ -89,7 +89,7 @@ services:
- --mysqld.address=data-db:3306 - --mysqld.address=data-db:3306
- --config.my-cnf=/.my.cnf - --config.my-cnf=/.my.cnf
volumes: volumes:
- ./dbrepo-data-db/metrics.cnf:/.my.cnf - ./config/metrics.cnf:/.my.cnf
healthcheck: healthcheck:
test: -h test: -h
<<: *healthcheck-params <<: *healthcheck-params
...@@ -381,7 +381,7 @@ services: ...@@ -381,7 +381,7 @@ services:
ports: ports:
- "80:8080" - "80:8080"
volumes: volumes:
- ./conf/dbrepo.conf:/opt/bitnami/nginx/conf/server_blocks/dbrepo.conf:ro - ./config/dbrepo.conf:/opt/bitnami/nginx/conf/server_blocks/dbrepo.conf:ro
depends_on: depends_on:
dbrepo-analyse-service: dbrepo-analyse-service:
condition: service_healthy condition: service_healthy
......
...@@ -365,8 +365,8 @@ services: ...@@ -365,8 +365,8 @@ services:
build: build:
context: ./dbrepo-ui context: ./dbrepo-ui
args: args:
APP_VERSION: ${APP_VERSION:-latest} APP_VERSION: ${CI_COMMIT_TAG:-latest}
COMMIT: ${CI_COMMIT_SHA:-} COMMIT: ${CI_COMMIT_SHORT_SHA:-}
network: host network: host
environment: environment:
NUXT_PUBLIC_API_CLIENT: "${BASE_URL:-http://localhost}" NUXT_PUBLIC_API_CLIENT: "${BASE_URL:-http://localhost}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment