bind logs outside of containers
This commit is contained in:
parent
713c9e065c
commit
cc850fdb49
@ -11,6 +11,7 @@ services:
|
||||
- redis
|
||||
volumes:
|
||||
- "./Selector.Web/appsettings.Production.json:/app/appsettings.Production.json"
|
||||
- "./Selector.Web/log:/app/log"
|
||||
environment:
|
||||
DOTNET_ENVIRONMENT: Production
|
||||
|
||||
@ -23,6 +24,7 @@ services:
|
||||
- redis
|
||||
volumes:
|
||||
- "./Selector.CLI/appsettings.Production.json:/app/appsettings.Production.json"
|
||||
- "./Selector.CLI/log:/app/log"
|
||||
environment:
|
||||
DOTNET_ENVIRONMENT: Production
|
||||
|
||||
|
@ -10,6 +10,7 @@ services:
|
||||
- redis
|
||||
volumes:
|
||||
- "./Selector.Web/appsettings.Production.json:/app/appsettings.Production.json"
|
||||
- "./Selector.Web/log:/app/log"
|
||||
environment:
|
||||
DOTNET_ENVIRONMENT: Production
|
||||
|
||||
@ -21,6 +22,7 @@ services:
|
||||
- redis
|
||||
volumes:
|
||||
- "./Selector.CLI/appsettings.Production.json:/app/appsettings.Production.json"
|
||||
- "./Selector.CLI/log:/app/log"
|
||||
environment:
|
||||
DOTNET_ENVIRONMENT: Production
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user