Skip to content
Snippets Groups Projects
Verified Commit 591e9b4e authored by Martin Weise's avatar Martin Weise
Browse files
parent de0fb2e9
No related branches found
No related tags found
No related merge requests found
access_key = seaweedfsadmin
secret_key = seaweedfsadmin
# Setup endpoint
host_base = http://localhost:9000
host_bucket = dbrepo
use_https = False
# Enable S3 v4 signature APIs
signature_v2 = False
\ No newline at end of file
...@@ -373,7 +373,7 @@ services: ...@@ -373,7 +373,7 @@ services:
build: build:
context: ./dbrepo-ui context: ./dbrepo-ui
args: args:
APP_VERSION: ${CI_COMMIT_TAG:-latest} APP_VERSION: ${APP_VERSION:-latest}
COMMIT: ${CI_COMMIT_SHORT_SHA:-} COMMIT: ${CI_COMMIT_SHORT_SHA:-}
network: host network: host
environment: environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment