27 lines
1011 B
YAML
27 lines
1011 B
YAML
services:
|
|
arch-entity-api:
|
|
container_name: arch-entity-api
|
|
hostname: arch-entity-api
|
|
image: gitea.triunnialabs.com/triunnialabs/arch-entity-api:0.1.2
|
|
ports:
|
|
- "50006: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\Entity
|
|
target: /opt/triunnialabs/arch/apis/entity
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway" |