Locking whil SyntaxCheck

This commit is contained in:
Simon Martens
2025-09-30 21:00:44 +02:00
parent 4d26bee2ba
commit 5f545bafc9
4 changed files with 26 additions and 20 deletions

View File

@@ -2,10 +2,10 @@ name: hamann-ausgabe
services:
hamann-service:
build: .
ports:
- "5000:5000"
volumes:
- hamann_data:/app/data
networks:
- caddy
environment:
- ASPNETCORE_URLS=http://+:5000
- DOTNET_ENVIRONMENT=Production
@@ -18,7 +18,3 @@ services:
volumes:
hamann_data:
external: true
networks:
caddy:
external: true