Add remaining sample yaml files
This commit is contained in:
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
arch-files-api:
|
||||
container_name: arch-files-api
|
||||
hostname: arch-files-api
|
||||
image: gitea.triunnialabs.com/triunnialabs/arch-files-api:0.1.2
|
||||
ports:
|
||||
- "50007: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=
|
||||
- FilesApi__DataPath=
|
||||
volumes:
|
||||
- type: bind
|
||||
source: C:\MyArchApp\Apis\Files
|
||||
target: /opt/triunnialabs/arch/apis/files
|
||||
Reference in New Issue
Block a user