mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Fixed some minor docker bugs
This commit is contained in:
@@ -19,6 +19,6 @@ RUN dotnet publish --no-restore -o /app
|
|||||||
|
|
||||||
# RUN
|
# RUN
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN export DOTNET_ENVIRONMENT="Docker"
|
RUN export DOTNET_ENVIRONMENT="Docker"
|
||||||
RUN dotnet HaWeb.dll
|
RUN dotnet HaWeb.dll
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|||||||
@@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft.AspNetCore": "Warning"
|
"Microsoft.AspNetCore": "Warning"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"FeatureManagement": {
|
"FeatureManagement": {
|
||||||
"AdminService": true,
|
"AdminService": true,
|
||||||
"LocalPublishService": true,
|
"LocalPublishService": true,
|
||||||
"SyntaxCheck": true,
|
"SyntaxCheck": true,
|
||||||
"Notifications": true
|
"Notifications": true
|
||||||
},
|
},
|
||||||
"AllowedWebSocketConnections": "*",
|
"AllowedWebSocketConnections": "*",
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"HamannFileStoreLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Hamann/",
|
"HamannFileStoreLinux": "/data/hamann/",
|
||||||
"BareRepositoryPathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Bare/",
|
"BareRepositoryPathLinux": "/data/xml/.git/",
|
||||||
"BareRepositoryPathWindows": "C:/Users/simon/source/hamann-xml/.git/",
|
"BareRepositoryPathWindows": "C:/Users/simon/source/hamann-xml/.git/",
|
||||||
"WorkingTreePathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Repo/",
|
"WorkingTreePathLinux": "/data/xml/",
|
||||||
"RepositoryBranch": "Release",
|
"RepositoryBranch": "main",
|
||||||
"RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml",
|
"RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml",
|
||||||
"StoredPDFPathWindows": "",
|
"StoredPDFPathWindows": "",
|
||||||
"StoredPDFPathLinux": "",
|
"StoredPDFPathLinux": "",
|
||||||
"FileSizeLimit": 52428800,
|
"FileSizeLimit": 52428800,
|
||||||
"AvailableStartYear": 1700,
|
"AvailableStartYear": 1700,
|
||||||
"AvailableEndYear": 1800,
|
"AvailableEndYear": 1800,
|
||||||
"LettersOnPage": 80
|
"LettersOnPage": 80
|
||||||
}
|
}
|
||||||
@@ -6,18 +6,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"FeatureManagement": {
|
"FeatureManagement": {
|
||||||
"AdminService": true,
|
"AdminService": true,
|
||||||
"LocalPublishService": true,
|
"LocalPublishService": true,
|
||||||
"SyntaxCheck": true,
|
"SyntaxCheck": true,
|
||||||
"Notifications": true
|
"Notifications": true
|
||||||
},
|
},
|
||||||
"AllowedWebSocketConnections": "*",
|
"AllowedWebSocketConnections": "*",
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"HamannFileStoreLinux": "/data/hamann/",
|
"HamannFileStoreLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Hamann/",
|
||||||
"BareRepositoryPathLinux": "/data/xml/.git/",
|
"BareRepositoryPathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Bare/",
|
||||||
"BareRepositoryPathWindows": "C:/Users/simon/source/hamann-xml/.git/",
|
"BareRepositoryPathWindows": "C:/Users/simon/source/hamann-xml/.git/",
|
||||||
"WorkingTreePathLinux": "/data/xml/",
|
"WorkingTreePathLinux": "/var/www/vhosts/hamann-ausgabe.de/httpdocs/Repo/",
|
||||||
"RepositoryBranch": "main",
|
"RepositoryBranch": "Release",
|
||||||
"RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml",
|
"RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml",
|
||||||
"StoredPDFPathWindows": "",
|
"StoredPDFPathWindows": "",
|
||||||
"StoredPDFPathLinux": "",
|
"StoredPDFPathLinux": "",
|
||||||
@@ -25,4 +25,4 @@
|
|||||||
"AvailableStartYear": 1700,
|
"AvailableStartYear": 1700,
|
||||||
"AvailableEndYear": 1800,
|
"AvailableEndYear": 1800,
|
||||||
"LettersOnPage": 80
|
"LettersOnPage": 80
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user