-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathdocker-compose.override.yml
More file actions
14 lines (14 loc) · 876 Bytes
/
docker-compose.override.yml
File metadata and controls
14 lines (14 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
cm:
environment:
Sitecore_AppSettings_role:define: Standalone
SITECORE_SPE_ADMIN_PAGE_ENABLED: ${SPE_ADMIN_PAGE_ENABLED}
SITECORE_DEVELOPMENT_PATCHES: CustomErrorsOff,DebugOn,DevEnvOn,DeviceDetectionOff,HttpErrorsDetailed,InitMessagesOff
volumes:
- .\docker\deploy:C:\deploy
- .\unicorn:C:\inetpub\wwwroot\App_Data\Unicorn
- .\translations:C:\inetpub\wwwroot\App_Data\Translations
- .\releases:C:\inetpub\wwwroot\App_Data\packages
- .\modules:C:\modules:ro
- .\docker\tools:C:\tools:ro
entrypoint: powershell -Command "& C:/tools/entrypoints/iis/Development.ps1 -WatchDirectoryParameters @{ 'Path' = 'C:/deploy'; 'Destination' = 'C:/inetpub/wwwroot'; 'DefaultExcludedFiles'= @('*.user', '*.cs', '*.csproj', 'packages.config', '*ncrunch*', '.gitignore', '.gitkeep', '.dockerignore', '*.example');}"