chore: setting this never gets old

* env var to disable dotnet calling home
* [skip ci]
This commit is contained in:
surtur 2020-12-27 05:29:33 +01:00
parent 1bb9a07bfa
commit e8b4625165
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -12,6 +12,7 @@ services:
environment:
ASPNETCORE_ENVIRONMENT: Development
DB_CONNECTION_STRING: "User ID=postgres;Password=679968312e029a806c1905c40ec331aa199a1eb86bd0b9eb04057933e449bdc9ef8ef292a39b68cafa5689c901a17266;Server=db;Port=5432;Database=pwt;Integrated Security=true;Pooling=true;"
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
restart: always
cap_drop:
- NET_ADMIN