add keys api yml files
This commit is contained in:
Vendored
+42
@@ -0,0 +1,42 @@
|
|||||||
|
services:
|
||||||
|
arch-keys-api:
|
||||||
|
container_name: arch-keys-api
|
||||||
|
hostname: arch-keys-api
|
||||||
|
image: gitea.triunnialabs.com/triunnialabs/arch-keys-api:0.1.17
|
||||||
|
entrypoint: ["/bin/sh", "-c", "cat /certs/my-company-root-ca.crt >> /etc/ssl/certs/ca-certificates.crt && exec dotnet TriunniaLabs.Arch.Api.Keys.Server.dll"]
|
||||||
|
ports:
|
||||||
|
- "50002:8081"
|
||||||
|
environment:
|
||||||
|
- ASPNETCORE_HTTPS_PORTS=8081
|
||||||
|
- ASPNETCORE_Kestrel__Certificates__Default__Path=/certs/my-arch-app-fullchain.pem
|
||||||
|
- ASPNETCORE_Kestrel__Certificates__Default__KeyPath=/certs/my-arch-app.key.pem
|
||||||
|
- Microservice__Name=
|
||||||
|
- Microservice__EnvelopePassword=
|
||||||
|
- Microservice__Application__Url=
|
||||||
|
- Microservice__Application__ApplicationId=
|
||||||
|
- Microservice__Application__ApiKey=
|
||||||
|
- Microservice__Application__EnvelopePassword=
|
||||||
|
- Microservice__ProtectedMemory__HmacSha512HashKey=
|
||||||
|
- Microservice__ProtectedMemory__AesEncryptionPassword=
|
||||||
|
- Microservice__ProtectedMemory__AesEncryptionSalt=
|
||||||
|
- Microservice__ProtectedMemory__AesEncryptionIterations=
|
||||||
|
- SqlServer__ConnectionString=
|
||||||
|
- SqlServer__ReadOnlyConnectionString=
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: C:\MyArchApp\Apis\Keys
|
||||||
|
target: /opt/triunnialabs/arch/apis/keys
|
||||||
|
- type: bind
|
||||||
|
source: C:\MyArchApp\my-arch-app-fullchain.pem
|
||||||
|
target: /certs/my-arch-app-fullchain.pem
|
||||||
|
read_only: true
|
||||||
|
- type: bind
|
||||||
|
source: C:\MyArchApp\my-arch-app.key.pem
|
||||||
|
target: /certs/my-arch-app.key.pem
|
||||||
|
read_only: true
|
||||||
|
- type: bind
|
||||||
|
source: C:\MyArchApp\my-company-root-ca.crt
|
||||||
|
target: /certs/my-company-root-ca.crt
|
||||||
|
read_only: true
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
Vendored
+27
@@ -0,0 +1,27 @@
|
|||||||
|
services:
|
||||||
|
arch-keys-api:
|
||||||
|
container_name: arch-keys-api
|
||||||
|
hostname: arch-keys-api
|
||||||
|
image: gitea.triunnialabs.com/triunnialabs/arch-keys-api:0.1.17
|
||||||
|
ports:
|
||||||
|
- "50002:8081"
|
||||||
|
environment:
|
||||||
|
- ASPNETCORE_HTTPS_PORTS=8081
|
||||||
|
- Microservice__Name=
|
||||||
|
- Microservice__EnvelopePassword=
|
||||||
|
- Microservice__Application__Url=
|
||||||
|
- Microservice__Application__ApplicationId=
|
||||||
|
- Microservice__Application__ApiKey=
|
||||||
|
- Microservice__Application__EnvelopePassword=
|
||||||
|
- Microservice__ProtectedMemory__HmacSha512HashKey=
|
||||||
|
- Microservice__ProtectedMemory__AesEncryptionPassword=
|
||||||
|
- Microservice__ProtectedMemory__AesEncryptionSalt=
|
||||||
|
- Microservice__ProtectedMemory__AesEncryptionIterations=
|
||||||
|
- SqlServer__ConnectionString=
|
||||||
|
- SqlServer__ReadOnlyConnectionString=
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: C:\MyArchApp\Apis\Keys
|
||||||
|
target: /opt/triunnialabs/arch/apis/keys
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
Reference in New Issue
Block a user