Checkpoint: grpc auth fix, issuer list/detail, v2 protos, architecture docs
Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user