Skip to content

Commit

Permalink
feat: adding omnitrail support
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick Kautz <[email protected]>
  • Loading branch information
fkautz committed May 28, 2024
1 parent 7539c31 commit d9931f4
Show file tree
Hide file tree
Showing 53 changed files with 22,754 additions and 2,578 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
./archivista
./archivistctl
.witness.yaml
.aider*
54 changes: 27 additions & 27 deletions compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,33 @@ services:
volumes:
- mysqldata:/var/lib/mysql

archivista:
build:
context: .
dockerfile: ./Dockerfile-dev
restart: unless-stopped
environment:
ARCHIVISTA_LISTEN_ON: tcp://0.0.0.0:8082
ARCHIVISTA_ENABLE_SPIFFE: "false"
ARCHIVISTA_STORAGE_BACKEND: BLOB
ARCHIVISTA_FILE_DIR: /tmp/archivista/
ARCHIVISTA_FILE_SERVE_ON: :8081
ARCHIVISTA_BLOB_STORE_USE_TLS: "false"
ARCHIVISTA_BLOB_STORE_CREDENTIAL_TYPE: ACCESS_KEY
ARCHIVISTA_BLOB_STORE_ACCESS_KEY_ID: testifytestifytestify
ARCHIVISTA_BLOB_STORE_SECRET_ACCESS_KEY_ID: exampleexampleexample
ARCHIVISTA_BLOB_STORE_BUCKET_NAME: attestations
ARCHIVISTA_BLOB_STORE_ENDPOINT: minio:9000
ARCHIVISTA_ENABLE_GRAPHQL: "true"
ARCHIVISTA_GRAPHQL_WEB_CLIENT_ENABLE: "true"
ARCHIVISTA_CORS_ALLOW_ORIGINS: "http://localhost:1234"

ports:
- 8081:8081
- 8082:8082
volumes:
- fileserver:/tmp/archivista
- ./:/src
# archivista:
# build:
# context: .
# dockerfile: ./Dockerfile-dev
# restart: unless-stopped
# environment:
# ARCHIVISTA_LISTEN_ON: tcp://0.0.0.0:8082
# ARCHIVISTA_ENABLE_SPIFFE: "false"
# ARCHIVISTA_STORAGE_BACKEND: BLOB
# ARCHIVISTA_FILE_DIR: /tmp/archivista/
# ARCHIVISTA_FILE_SERVE_ON: :8081
# ARCHIVISTA_BLOB_STORE_USE_TLS: "false"
# ARCHIVISTA_BLOB_STORE_CREDENTIAL_TYPE: ACCESS_KEY
# ARCHIVISTA_BLOB_STORE_ACCESS_KEY_ID: testifytestifytestify
# ARCHIVISTA_BLOB_STORE_SECRET_ACCESS_KEY_ID: exampleexampleexample
# ARCHIVISTA_BLOB_STORE_BUCKET_NAME: attestations
# ARCHIVISTA_BLOB_STORE_ENDPOINT: minio:9000
# ARCHIVISTA_ENABLE_GRAPHQL: "true"
# ARCHIVISTA_GRAPHQL_WEB_CLIENT_ENABLE: "true"
# ARCHIVISTA_CORS_ALLOW_ORIGINS: "http://localhost:1234"
#
# ports:
# - 8081:8081
# - 8082:8082
# volumes:
# - fileserver:/tmp/archivista
# - ./:/src

minio:
image: quay.io/minio/minio
Expand Down
Loading

0 comments on commit d9931f4

Please sign in to comment.