Checkpoint: grpc auth fix, issuer list/detail, v2 protos, architecture docs

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
2026-03-15 11:39:13 -07:00
parent d0b1875dbb
commit ad167aed9b
41 changed files with 1080 additions and 219 deletions

View File

@@ -2,7 +2,7 @@ services:
metacrypt:
build:
context: ../..
dockerfile: Dockerfile
dockerfile: Dockerfile.api
container_name: metacrypt
restart: unless-stopped
ports:
@@ -20,9 +20,8 @@ services:
metacrypt-web:
build:
context: ../..
dockerfile: Dockerfile
dockerfile: Dockerfile.web
container_name: metacrypt-web
command: ["/usr/local/bin/metacrypt-web", "--config", "/srv/metacrypt/metacrypt.toml"]
restart: unless-stopped
ports:
- "8080:8080"